unsafe fn R_qsort(v: *mut f64, i: usize, j: usize)Expand description
Quicksort doubles in place.
ยงParameters
v: Pointer to double arrayi: Start index (1-indexed for R compatibility)j: End index (1-indexed) Checked wrapper forR_qsort. CallsR_qsort_uncheckedand routes throughwith_r_thread. Generated from source location line 3469, column 8. Generated from source fileminiextendr-api/src/ffi.rs.