sorted_float

Function sorted_float 

Source
pub fn sorted_float<T: Float>(data: &[T]) -> Vec64<T>
Expand description

Returns a newly sorted Vec64, leaving the original slice untouched.