evm_shr
Scalar function
EVM SHR opcode: Logical right shift x by shift bits. Fills with zeros. Equivalent to x >> shift for unsigned values.
Overloads
Documentation
EVM SHR opcode: Logical right shift x by shift bits. Fills with zeros. Equivalent to x >> shift for unsigned values.