Function abi_stable::const_utils::low_bit_mask_u64
source ยท pub const fn low_bit_mask_u64(bit_count: u32) -> u64
Expand description
Gets a u64 where the lowest bit_count
bits are ones and the rest are zeroes.
pub const fn low_bit_mask_u64(bit_count: u32) -> u64
Gets a u64 where the lowest bit_count
bits are ones and the rest are zeroes.