FloatSort

Trait FloatSort 

Source
pub trait FloatSort {
    // Required methods
    fn float_sort(&mut self);
    fn float_sort_desc(&mut self);
}

Required Methods§

Source

fn float_sort(&mut self)

Source

fn float_sort_desc(&mut self)

Implementations on Foreign Types§

Source§

impl FloatSort for Vec<f32>

Source§

fn float_sort(&mut self)

Source§

fn float_sort_desc(&mut self)

Source§

impl FloatSort for Vec<f64>

Source§

fn float_sort(&mut self)

Source§

fn float_sort_desc(&mut self)

Implementors§