pub fn sort_unstable<T: AsRef<str>>(arr: &mut [T])
Expand description

Equivalent to sort, but performs an unstable sort.

Because this function works in-place, it is available even when the default alloc feature is disabled.