Module zkevm_keccak::util::expression::not
source · [−]Expand description
Returns 1
when b == 0
, and returns 0
otherwise.
b
needs to be boolean
Returns 1
when b == 0
, and returns 0
otherwise.
b
needs to be boolean