pub fn i2lebsp<const NUM_BITS: usize>(int: u64) -> [bool; NUM_BITS]
Expand description

The sequence of bits representing a u64 in little-endian order.

Panics

Panics if the expected length of the sequence NUM_BITS exceeds 64.