unsafe fn R_rsort(x: *mut f64, n: c_int)Expand description
Sort a double vector in place (ascending order).
ยงParameters
x: Pointer to double arrayn: Number of elements Checked wrapper forR_rsort. CallsR_rsort_uncheckedand routes throughwith_r_thread. Generated from source location line 3403, column 8. Generated from source fileminiextendr-api/src/ffi.rs.