pub type R_altstring_Set_elt_method_t = Option<unsafe extern "C" fn(arg1: SEXP, arg2: R_xlen_t, arg3: SEXP)>;Expand description
Must set x[i] <- v (for 0-based i), even if it’s not compatible with the chosen compact representation, or signal an error. The default method always raises an error.
Aliased Type§
pub enum R_altstring_Set_elt_method_t {
None,
Some(unsafe extern "C" fn(*mut SEXPREC, isize, *mut SEXPREC)),
}