DynMIntU64

Type Alias DynMIntU64 

Source
pub type DynMIntU64 = MInt<DynModuloU64>;

Aliased Type§

#[repr(transparent)]
pub struct DynMIntU64 { x: u64, _marker: PhantomData<fn() -> DynModuloU64>, }

Fields§

§x: u64§_marker: PhantomData<fn() -> DynModuloU64>

Implementations§