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