pub fn eq<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the EQ instruction.
Equality comparison of two values from stack.
pub fn eq<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the EQ instruction.
Equality comparison of two values from stack.