Skip to main content

t_real_elt

Function t_real_elt 

Source
pub unsafe extern "C-unwind" fn t_real_elt<T: AltReal>(
    x: SEXP,
    i: R_xlen_t,
) -> f64
Expand description

Trampoline for real Elt method.

ยงSafety

x must be a valid ALTREP REALSXP and i within bounds.