Skip to main content

t_list_set_elt

Function t_list_set_elt 

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

Trampoline for list Set_elt method.

ยงSafety

x must be a valid ALTREP VECSXP and v a valid SEXP.