MInt2

Type Alias MInt2 

Source
pub type MInt2 = MInt<Modulo2>;

Aliased Type§

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

Fields§

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