Skip to main content

ALTREP

Function ALTREP 

Source
unsafe fn ALTREP(x: SEXP) -> c_int
Expand description

Check if a SEXP is an ALTREP object (returns non-zero if true).

Use SexpExt::is_altrep() instead of calling this directly. Checked wrapper for ALTREP. Calls ALTREP_unchecked and routes through with_r_thread. Generated from source location line 2314, column 8. Generated from source file miniextendr-api/src/ffi.rs.