OP_NOT

Constant OP_NOT 

Source
pub const OP_NOT: u8 = 145;
Expand description

If the input is 0 or 1, it is flipped. Otherwise, the output will be 0.