[][src]Function abi_stable::const_utils::low_bit_mask_u64

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.