Skip to main content

not

Function not 

Source
pub fn not<IT: ITy, H: ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the NOT instruction.

Bitwise NOT (negation) of the top stack value.