Skip to main content

t_cplx_elt

Function t_cplx_elt 

Source
pub unsafe extern "C-unwind" fn t_cplx_elt<T: AltComplex>(
    x: SEXP,
    i: R_xlen_t,
) -> Rcomplex
Expand description

Trampoline for complex Elt method.

ยงSafety

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