pub(crate) unsafe extern "C-unwind" fn LOGICAL_unchecked(
x: SEXP,
) -> *mut c_intExpand description
Get mutable pointer to logical vector data.
For ALTREP vectors, this may force materialization. Get mutable pointer to logical vector data.
For ALTREP vectors, this may force materialization.
Prefer SexpExt::set_logical_elt() / SexpExt::logical_elt().
Unchecked FFI binding for LOGICAL.
Generated from source location line 2327, column 19.
Generated from source file miniextendr-api/src/ffi.rs.