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