[][src]Trait teia::z2vector::Z2Vector

pub trait Z2Vector {
    fn lowest(&self) -> Option<usize>;
fn add_assign(&mut self, other: &Self); fn is_cycle(&self) -> bool { ... } }

The trait describes the operations on Z2Vector

Required methods

fn lowest(&self) -> Option<usize>

fn add_assign(&mut self, other: &Self)

Loading content...

Provided methods

fn is_cycle(&self) -> bool

Loading content...

Implementors

impl Z2Vector for Z2VectorVec[src]

fn is_cycle(&self) -> bool[src]

impl<V> Z2Vector for Z2Chain<V> where
    V: Z2Vector
[src]

fn is_cycle(&self) -> bool[src]

Loading content...