pub type I16Div<const D: i16> = I16Mod<D, 0>;
Checks whether the given value is divisible by D.
D
struct I16Div<const D: i16>;