evm_shl
Scalar function
EVM SHL opcode: Left shift x by shift bits. Equivalent to x << shift. Returns 0 if shift >= 256.
Overloads
Documentation
EVM SHL opcode: Left shift x by shift bits. Equivalent to x << shift. Returns 0 if shift >= 256.