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

Removes repetitions from an explicitly ordered set.