Module exhaust::iteration

source ·
Expand description

Assistance for implementing exhaustive iterators.

These functions were found to be repeatedly useful within the built-in implementations, and are provided publicly in the expectation that they will have more uses.

Functions

Type Definitions

  • Convenience alias for a Peekable Exhaustive Iterator, frequently used in iterator implementations.