Sorts a slice using Tim sort algorithm. This function sorts the provided slice in-place using the Tim sort algorithm. # Arguments `arr` - The slice to be sorted.
(arr: &mut [T])
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected