pub type U128Div<const D: u128> = U128Mod<D, 0>;
Checks whether the given value is divisible by D.
D
struct U128Div<const D: u128>;