pub type IsizeDiv<const D: isize> = IsizeMod<D, 0>;
Checks whether the given value is divisible by D.
D
struct IsizeDiv<const D: isize>;