get_median

Function get_median 

Source
pub fn get_median(vals: &[u64]) -> Option<u64>
Expand description

Computes the median from a slice of sorted u64s