Skip to main content

eq

Function eq 

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

Implements the EQ instruction.

Equality comparison of two values from stack.