Skip to main content

Rf_isUnsorted_unchecked

Function Rf_isUnsorted_unchecked 

Source
unsafe extern "C-unwind" fn Rf_isUnsorted_unchecked(
    x: SEXP,
    strictly: Rboolean,
) -> c_int
Expand description

Check if a vector is unsorted.

ยงParameters

  • x: Vector to check
  • strictly: If TRUE, check for strictly increasing Unchecked FFI binding for Rf_isUnsorted. Generated from source location line 3823, column 8. Generated from source file miniextendr-api/src/ffi.rs.