[][src]Trait competitive_hpp::total_ord::sort::TotalSort

pub trait TotalSort {
    fn total_sort(&mut self);
}

Required methods

fn total_sort(&mut self)

Loading content...

Implementations on Foreign Types

impl<T> TotalSort for Vec<T> where
    T: PartialOrd + Float
[src]

Loading content...

Implementors

Loading content...