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

pub trait VecInt: Vector where
    Self::Item: VecItem + Integer
{ }

A trait for vectors containing integer types

Implementors