pub type I64Div<const D: i64> = I64Mod<D, 0>;
Checks whether the given value is divisible by D.
D
struct I64Div<const D: i64>;