num_modular

Type Alias VanillaInt

Source
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 */ }