Function max_index

pub(in ::slice::sort::select) fn max_index<T, F: FnMut(&T, &T) -> bool>(slice: &[T], is_less: &mut F) -> Option<usize>

Helper function that returns the index of the maximum element in the slice using the given comparator function