Method: RLTK::CG::ConstantInteger#not
- Defined in:
- lib/rltk/cg/value.rb
#not ⇒ ConstantInteger
Bitwise NOT this value.
861 862 863 |
# File 'lib/rltk/cg/value.rb', line 861 def not self.class.new(Bindings.const_not(@ptr)) end |
Bitwise NOT this value.
861 862 863 |
# File 'lib/rltk/cg/value.rb', line 861 def not self.class.new(Bindings.const_not(@ptr)) end |