pub fn sansrepeat<T>(s: &[T]) -> Vec<T> where
    T: PartialOrd + Copy
Expand description

Removes repetitions from an explicitly ordered set.