Skip to main content

bitmap_bit_set

Function bitmap_bit_set 

Source
pub fn bitmap_bit_set(bitmap: &[u8; 32], pos: usize) -> bool
Expand description

Solidity uint256 layout: bit pos has weight 1 << pos, pos == 0 is the integer LSB.