Function shl
pub fn shl<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Expand description
EIP-145: Bitwise shifting instructions in EVM
pub fn shl<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,EIP-145: Bitwise shifting instructions in EVM