pub fn median<T: Ord>(items: &mut [T]) -> Option<&T>
Computes fastly the median of a list of values Extracted from orml