Function core::slice::heapsort [−][src]
🔬 This is a nightly-only experimental API. (
sort_internals
)Expand description
Sorts v
using heapsort, which guarantees O(n * log(n)) worst-case.
sort_internals
)Sorts v
using heapsort, which guarantees O(n * log(n)) worst-case.