[][src]Module out::slice

Functions for use with slices.

Functions

sort

Get the n largest items.

sort_by

Get the n largest items with a comparator function.

sort_by_cached_key

Get the n largest items with a key extraction function.

sort_by_key

Get the n largest items with a key extraction function.

sort_unstable

Get the n largest items.

sort_unstable_by

Get the n largest items with a comparator function.

sort_unstable_by_key

Get the n largest items with a key extraction function.