Trait extendr_api::wrapper::altrep::AltComplexImpl
source · [−]pub trait AltComplexImpl: AltrepImpl {
fn elt(&self, _index: usize) -> Rcplx;
fn get_region(&self, index: usize, data: &mut [Rcplx]) -> usize { ... }
}