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