pub fn sexp(class: R_altrep_class_t) -> SEXPExpand description
Extracts the ptr field from R_altrep_class_t.
Rust equivalent of the C macro R_SEXP(x) which expands to (x).ptr.
pub fn sexp(class: R_altrep_class_t) -> SEXPExtracts the ptr field from R_altrep_class_t.
Rust equivalent of the C macro R_SEXP(x) which expands to (x).ptr.