unsafe fn Rf_any_duplicated(x: SEXP, fromLast: Rboolean) -> R_xlen_tExpand description
Find first duplicated element.
§Parameters
x: Vector to searchfromLast: If TRUE, search from end
§Returns
0 if no duplicates, otherwise 1-indexed position of first duplicate.
Checked wrapper for Rf_any_duplicated. Calls Rf_any_duplicated_unchecked and routes through with_r_thread.
Generated from source location line 3765, column 8.
Generated from source file miniextendr-api/src/ffi.rs.