pub unsafe extern "C-unwind" fn rPsort_unchecked(
x: *mut f64,
n: c_int,
k: c_int,
)Expand description
Partial sort doubles (moves k-th smallest to position k).
ยงParameters
x: Pointer to double arrayn: Number of elementsk: Target position (0-indexed) Unchecked FFI binding forrPsort. Generated from source location line 1798, column 12. Generated from source fileminiextendr-api/src/sys.rs.