Trait numb_rs::numerics::SignedInt[][src]

pub trait SignedInt: Neg<Output = Self> + Integer { }
Expand description

trait used for Primitive number classification of Integers

Implementations on Foreign Types

Implementors