Module out::iter

source ·
Expand description

Functions for use with iterators.

Functions

  • Returns the n largest items from an iterator.
  • Returns the n largest items from an iterator with a comparator function.
  • Returns the n largest items from an iterator with a key extraction function.
  • Returns the n smallest items from an iterator.
  • Returns the n smallest items from an iterator with a comparator function.
  • Returns the n smallest items from an iterator with a key extraction function.