Skip to main content

t_int_elt

Function t_int_elt 

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

Trampoline for integer Elt method.

ยงSafety

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