pub type VanillaInt<T> = ReducedInt<T, Vanilla<T>>;
Expand description
An integer in modulo ring based on conventional Rem operations
Aliased Typeยง
pub struct VanillaInt<T> { /* private fields */ }
pub type VanillaInt<T> = ReducedInt<T, Vanilla<T>>;
An integer in modulo ring based on conventional Rem operations
pub struct VanillaInt<T> { /* private fields */ }