Skip to main content

R_rsort_unchecked

Function R_rsort_unchecked 

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