pub unsafe extern "C-unwind" fn R_rsort_unchecked(
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 Unchecked FFI binding forR_rsort. Generated from source location line 1743, column 12. Generated from source fileminiextendr-api/src/sys.rs.