pub type U16Div<const D: u16> = U16Mod<D, 0>;
Checks whether the given value is divisible by D.
D
struct U16Div<const D: u16>;