Skip to main content

R_qsort_int_I

Function R_qsort_int_I 

Source
unsafe fn R_qsort_int_I(iv: *mut c_int, indx: *mut c_int, i: c_int, j: c_int)
Expand description

Quicksort integers with index array.

ยงParameters

  • iv: Pointer to integer array
  • indx: Pointer to index array
  • i: Start index (1-indexed)
  • j: End index (1-indexed) Checked wrapper for R_qsort_int_I. Calls R_qsort_int_I_unchecked and routes through with_r_thread. Generated from source location line 3503, column 8. Generated from source file miniextendr-api/src/ffi.rs.