pub(crate) fn find_sorted_runs<T>(items: &mut [T]) -> Vec<SortedRun<T>>where T: Item,
Finds sorted runs in given items.