pub fn median<T: Ord>(items: &mut [T]) -> Option<&T>
Expand description

Computes fastly the median of a list of values Extracted from orml