pub type Divisible<const D: u32> = Modulo<D, 0>;
Checks whether the given value is divisible by D.
D
struct Divisible<const D: u32>;