pub type I32Div<const D: i32> = I32Mod<D, 0>;
Checks whether the given value is divisible by D.
D
struct I32Div<const D: i32>;