Type Alias I8Div

Source
pub type I8Div<const D: i8> = I8Mod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct I8Div<const D: i8>;