cgmath
pub trait BaseInt: BaseNum { }
Base integer types
impl BaseInt for i8
impl BaseInt for i16
impl BaseInt for i32
impl BaseInt for i64
impl BaseInt for isize
impl BaseInt for u8
impl BaseInt for u16
impl BaseInt for u32
impl BaseInt for u64
impl BaseInt for usize