Module iterators

Source
Expand description

Iterators related to numbers.

Structs§

BitDistributorSequence
A struct that holds the state of a bit distributor sequence.
RulerSequence
A struct that holds the state of the ruler sequence.

Enums§

IteratorToBitChunks
Regroups an iterator of bit chunks into another iterator of bit chunks, possibly with a different chunk size.

Functions§

bit_distributor_sequence
Returns a sequence based on a BitDistributor.
iterator_to_bit_chunks
Regroups an iterator of bit chunks into another iterator of bit chunks, possibly with a different chunk size.
ruler_sequence
Returns the ruler sequence.