Crate out

source ·
Expand description

Provides functionality to get n items from a &mut [T].

Functions

Get the n largest items.
Get the n largest items decided by a key generated by f.
Get the n largest items.
Get the n largest items decided by a key generated by f.
Get the n smallest items.
Get the n smallest items decided by a key generated by f.
Get the n smallest items.
Get the n smallest items decided by a key generated by f.