Module math::iter

source ·
Expand description

Re-exports

Modules

  • Binning the iterator output into fixed size intervals if the output is of the form (I64Interval, T). Only bins with non-empty intersections with those intervals will be returned.
  • If part of the iterators outputs are disjoint increasing integer intervals, then the iterators can be zipped together and the iteration can proceeds at the granularity of the common refinements of all the integer intervals.