pub type I128Div<const D: i128> = I128Mod<D, 0>;
Checks whether the given value is divisible by D.
D
struct I128Div<const D: i128>;