unsafe fn Rf_isUnsorted(x: SEXP, strictly: Rboolean) -> c_intExpand description
Check if a vector is unsorted.
ยงParameters
x: Vector to checkstrictly: If TRUE, check for strictly increasing Checked wrapper forRf_isUnsorted. CallsRf_isUnsorted_uncheckedand routes throughwith_r_thread. Generated from source location line 3823, column 8. Generated from source fileminiextendr-api/src/ffi.rs.