Skip to main content

t_str_elt

Function t_str_elt 

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

Trampoline for string Elt method (REQUIRED for ALTSTRING).

ยงSafety

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