Expand description
Iterators related to numbers.
Structs§
- BitDistributor
Sequence - A
struct
that holds the state of a bit distributor sequence. - Ruler
Sequence - A
struct
that holds the state of the ruler sequence.
Enums§
- Iterator
ToBit Chunks - 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.