R_altrep_Length_method_t

Type Alias R_altrep_Length_method_t 

Source
pub type R_altrep_Length_method_t = Option<unsafe extern "C" fn(arg1: SEXP) -> R_xlen_t>;

Aliased Type§

pub enum R_altrep_Length_method_t {
    None,
    Some(unsafe extern "C" fn(*mut SEXPREC) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.