Type Alias UnalignedBitChunkIterator

Source
pub type UnalignedBitChunkIterator<'a> = Chain<Chain<IntoIter<u64>, Cloned<Iter<'a, u64>>>, IntoIter<u64>>;
Expand description

Iterator over an UnalignedBitChunk

Aliased Typeยง

struct UnalignedBitChunkIterator<'a> { /* private fields */ }