pub fn into_sorted<Item, Array>(array: Array) -> Arraywhere Array: AsMut<[Item]>, Item: Ord,
Sort an array by Ord and return it.
Ord
This function calls slice::sort under the hook.
slice::sort