gadgets
0.1.0
Module not
Functions
In gadgets::util
?
Module
gadgets
::
util
::
not
source
·
[
−
]
Expand description
Returns
1
when
b == 0
, and returns
0
otherwise.
b
needs to be boolean
Functions
§
expr
Returns an expression that represents the NOT of the given expression.
value
Returns a value that represents the NOT of the given value.