pub fn create_element_mask(byte_count: usize) -> U256Expand description
Create a bit mask for a value of the given byte size.
For values less than 32 bytes, returns a mask with the appropriate number of bits set. For 32-byte values, returns U256::MAX.