Skip to main content

ALTREP_unchecked

Function ALTREP_unchecked 

Source
unsafe extern "C-unwind" fn ALTREP_unchecked(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. Unchecked FFI binding for ALTREP. Generated from source location line 2314, column 8. Generated from source file miniextendr-api/src/ffi.rs.