Skip to main content

R_qsort_int

Function R_qsort_int 

Source
unsafe fn R_qsort_int(iv: *mut c_int, i: usize, j: usize)
Expand description

Quicksort integers in place.

ยงParameters

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