pub fn merge_two_sorted(a: &[f64], b: &[f64]) -> Vec<f64>
Merge two sorted f64 slices into one sorted Vecf64`.
f64
Vec