Trait ilattice::vector::Abs[][src]

pub trait Abs {
    fn abs(self) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors