Skip to main content

R_rsort_unchecked

Function R_rsort_unchecked 

Source
unsafe extern "C-unwind" fn R_rsort_unchecked(x: *mut f64, n: c_int)
Expand description

Sort a double vector in place (ascending order).

ยงParameters

  • x: Pointer to double array
  • n: Number of elements Unchecked FFI binding for R_rsort. Generated from source location line 3403, column 8. Generated from source file miniextendr-api/src/ffi.rs.