Module out::slice

source ·
Expand description

Functions for use with slices.

Functions

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