Type Alias I32Div

Source
pub type I32Div<const D: i32> = I32Mod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct I32Div<const D: i32>;