Trait integer_array::trait_definitions::ArrayIndexingComplex [−][src]
pub trait ArrayIndexingComplex {
fn at(&self, index: usize) -> Complex<i32>;
fn front(&self) -> Complex<i32>;
fn back(&self) -> Complex<i32>;
}