pub fn chunk_iter_to_vec<T: BitChunk, I: TrustedLen<Item = T>>(
    iter: I
) -> Vec<u8>
Expand description

Creates a Vec<u8> from a TrustedLen of BitChunk.