Skip to main content

UnalignedBitChunkIterator

Type Alias UnalignedBitChunkIterator 

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

Iterator over an UnalignedBitChunk

Aliased Typeยง

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