Type Alias I16Div

Source
pub type I16Div<const D: i16> = I16Mod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct I16Div<const D: i16>;