Type Definition num_modular::umax
source · [−]pub type umax = u128;
Expand description
Alias of the builtin integer type with max width (currently u128)
Trait Implementations
sourceimpl<const P: u8, const K: umax> From<MersenneInt<P, K>> for umax
impl<const P: u8, const K: umax> From<MersenneInt<P, K>> for umax
sourcefn from(v: MersenneInt<P, K>) -> Self
fn from(v: MersenneInt<P, K>) -> Self
Converts to this type from the input type.