Function not

Source
pub fn not<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the NOT instruction.

Bitwise NOT (negation) of the top stack value.