Trait coord::math::VecInt[][src]

pub trait VecInt<'a>: Vector<'a> where
    Self::Item: VecItem<'a> + Integer
{ }

A trait for vectors containing integer types

Implementors