pub(crate) unsafe fn INTEGER(x: SEXP) -> *mut c_intExpand description
Get mutable pointer to integer vector data.
For ALTREP vectors, this may force materialization.
Prefer SexpExt::set_integer_elt() / SexpExt::integer_elt().
Checked wrapper for INTEGER. Calls INTEGER_unchecked and routes through with_r_thread.
Generated from source location line 2333, column 19.
Generated from source file miniextendr-api/src/ffi.rs.