Skip to main content

R_isort

Function R_isort 

Source
unsafe fn R_isort(x: *mut c_int, n: c_int)
Expand description

Sort an integer vector in place (ascending order).

ยงParameters

  • x: Pointer to integer array
  • n: Number of elements Checked wrapper for R_isort. Calls R_isort_unchecked and routes through with_r_thread. Generated from source location line 3395, column 8. Generated from source file miniextendr-api/src/ffi.rs.