pub fn sort_unstable<T: AsRef<str>>(arr: &mut [T])
Equivalent to sort, but performs an unstable sort.
sort
Because this function works in-place, it is available even when the default alloc feature is disabled.
alloc