R_altlist_Elt_method_t

Type Alias R_altlist_Elt_method_t 

Source
pub type R_altlist_Elt_method_t = Option<unsafe extern "C" fn(arg1: SEXP, arg2: R_xlen_t) -> SEXP>;
Expand description

Must return x[[i]] for the 0-based index i or raise an error.

Aliased Type§

pub enum R_altlist_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.