Module gadgets::util::not

source ·
Expand description

Returns 1 when b == 0, and returns 0 otherwise. b needs to be boolean

Functions§

  • Returns an expression that represents the NOT of the given expression.
  • Returns a value that represents the NOT of the given value.