Function eq
pub fn eq<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the EQ instruction.
Equality comparison of two values from stack.
pub fn eq<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the EQ instruction.
Equality comparison of two values from stack.