Module bit_chunk_iterator

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 64 bits at a time
UnalignedBitChunk
Iterates over an arbitrarily aligned byte buffer

Functionsยง

compute_prefix_mask ๐Ÿ”’
compute_suffix_mask ๐Ÿ”’
read_u64 ๐Ÿ”’

Type Aliasesยง

UnalignedBitChunkIterator
Iterator over an UnalignedBitChunk