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