Function eq

Source
pub fn eq<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the EQ instruction.

Equality comparison of two values from stack.