Skip to main content

REAL

Function REAL 

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

Get mutable pointer to real vector data.

For ALTREP vectors, this may force materialization. Prefer SexpExt::set_real_elt() / SexpExt::real_elt(). Checked wrapper for REAL. Calls REAL_unchecked and routes through with_r_thread. Generated from source location line 2339, column 19. Generated from source file miniextendr-api/src/ffi.rs.