Skip to main content

R_isort_unchecked

Function R_isort_unchecked 

Source
unsafe extern "C-unwind" fn R_isort_unchecked(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 Unchecked FFI binding for R_isort. Generated from source location line 3395, column 8. Generated from source file miniextendr-api/src/ffi.rs.