pub type UsizeDiv<const D: usize> = UsizeMod<D, 0>;
Checks whether the given value is divisible by D.
D
struct UsizeDiv<const D: usize>;