Function bigint_to_bits

Source
pub fn bigint_to_bits<const NBITS: usize>(
    bigint: BigInteger256,
) -> [bool; NBITS]