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.