Module malachite_base::num::iterators
source · Expand description
Iterators related to numbers.
Structs§
- A
struct
that holds the state of a bit distributor sequence. - A
struct
that holds the state of the ruler sequence.
Enums§
- Regroups an iterator of bit chunks into another iterator of bit chunks, possibly with a different chunk size.
Functions§
- Returns a sequence based on a
BitDistributor
. - Regroups an iterator of bit chunks into another iterator of bit chunks, possibly with a different chunk size.
- Returns the ruler sequence.