Skip to main content

not

Function not 

pub fn not<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: ?Sized,
Expand description

Implements the NOT instruction.

Bitwise NOT (negation) of the top stack value.