Skip to main content

R_isort_unchecked

Function R_isort_unchecked 

Source
pub 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 1735, column 12. Generated from source file miniextendr-api/src/sys.rs.