Skip to main content

t_raw_elt

Function t_raw_elt 

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

Trampoline for raw Elt method.

ยงSafety

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