pub fn chunk_iter_to_vec<T, I>(iter: I) -> Vec<u8, Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator, where
T: BitChunk,
I: TrustedLen<Item = T>, Expand description
Creates a Vec<u8> from a TrustedLen of BitChunk.