Skip to main content

RAW

Function RAW 

Source
pub(crate) unsafe fn RAW(x: SEXP) -> *mut Rbyte
Expand description

Get mutable pointer to raw vector data.

For ALTREP vectors, this may force materialization. Prefer SexpExt::set_raw_elt() / SexpExt::raw_elt(). Checked wrapper for RAW. Calls RAW_unchecked and routes through with_r_thread. Generated from source location line 2351, column 19. Generated from source file miniextendr-api/src/ffi.rs.