unsafe fn iPsort(x: *mut c_int, n: c_int, k: c_int)Expand description
Partial sort integers (moves k-th smallest to position k).
ยงParameters
x: Pointer to integer arrayn: Number of elementsk: Target position (0-indexed) Checked wrapper foriPsort. CallsiPsort_uncheckedand routes throughwith_r_thread. Generated from source location line 3440, column 8. Generated from source fileminiextendr-api/src/ffi.rs.