pub trait VecUtils<'a> {
    fn ilen(&self) -> isize;
fn solo(&self) -> bool;
fn duo(&self) -> bool; }

Required methods

Implementations on Foreign Types

Implementors