pub fn sorted_float_to<T: Float>(data: &[T], out: &mut [T])Expand description
Returns a newly sorted Vec64, leaving the original slice untouched.
Zero-allocation variant: writes sorted data to caller’s output buffer.
Panics if out.len() != data.len().