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>pub type DynMIntU64 = MInt<DynModuloU64>;#[repr(transparent)]pub struct DynMIntU64 {
x: u64,
_marker: PhantomData<fn() -> DynModuloU64>,
}x: u64§_marker: PhantomData<fn() -> DynModuloU64>