Function bits_msb

Source
fn bits_msb<F, const NBITS: usize>(field: F) -> [bool; NBITS]
where F: Field + Into<BigInteger256>,