Module bit_chunk_iterator

Source
Expand description

Types for iterating over bitmasks in 64-bit chunks

Structs§

BitChunkIterator
Iterator over chunks of 64 bits represented as an u64
BitChunks
Iterates over an arbitrarily aligned byte buffer
UnalignedBitChunk
Iterates over an arbitrarily aligned byte buffer

Type Aliases§

UnalignedBitChunkIterator
Iterator over an UnalignedBitChunk