Skip to main content

t_str_set_elt

Function t_str_set_elt 

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

Trampoline for string Set_elt method.

ยงSafety

x must be a valid ALTREP STRSXP and v a valid CHARSXP.