Skip to main content

sexp

Function sexp 

Source
pub fn sexp(class: R_altrep_class_t) -> SEXP
Expand description

Extracts the ptr field from R_altrep_class_t.

Rust equivalent of the C macro R_SEXP(x) which expands to (x).ptr.