MInt1000000007

Type Alias MInt1000000007 

Source
pub type MInt1000000007 = MInt<Modulo1000000007>;

Aliased Type§

#[repr(transparent)]
pub struct MInt1000000007 { x: u32, _marker: PhantomData<fn() -> Modulo1000000007>, }

Fields§

§x: u32§_marker: PhantomData<fn() -> Modulo1000000007>