fn extract_normalized(bits: &Bits<'_>) -> Vec<u8> ⓘ
Extract bits from a Bits into a normalized Vec<u8> (starting at bit 0)
Bits
Vec<u8>