Skip to main content

t_list_elt

Function t_list_elt 

Source
pub unsafe extern "C-unwind" fn t_list_elt<T: AltList>(
    x: SEXP,
    i: R_xlen_t,
) -> SEXP
Expand description

Trampoline for list Elt method (REQUIRED for ALTLIST).

ยงSafety

x must be a valid ALTREP VECSXP and i within bounds.