pub type Divisible<const D: u8> = Modulo<D, 0>;
Checks whether the given value is divisible by D.
D
pub struct Divisible<const D: u8> { /* private fields */ }