pub fn lebs2ip<const L: usize>(bits: &[bool; L]) -> u64
Expand description

The u64 integer represented by an L-bit little-endian bitstring.

Panics

Panics if the bitstring is longer than 64 bits.