pub type I8Div<const D: i8> = I8Mod<D, 0>;
Checks whether the given value is divisible by D.
D
struct I8Div<const D: i8>;