pub const fn subtype_init(ptr: SEXP) -> R_altrep_class_tExpand description
Creates an R_altrep_class_t from a SEXP pointer.
Rust equivalent of the C macro R_SUBTYPE_INIT(x) which expands to { x }.
pub const fn subtype_init(ptr: SEXP) -> R_altrep_class_tCreates an R_altrep_class_t from a SEXP pointer.
Rust equivalent of the C macro R_SUBTYPE_INIT(x) which expands to { x }.