Module gstd::prelude::slice::sort

source ·
🔬This is a nightly-only experimental API. (slice_internals)
Expand description

This module and the contained sub-modules contains the code for efficient and robust sort implementations, as well as the domain adjacent implementation of select_nth_unstable.

Modules§

  • stableExperimental
    This module contains the entry points for slice::sort.
  • unstableExperimental
    This module contains the entry points for slice::sort_unstable.