R_altstring_Set_elt_method_t

Type Alias R_altstring_Set_elt_method_t 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut SEXPREC, isize, *mut SEXPREC))

Some value of type T.