Type Alias U16Div

Source
pub type U16Div<const D: u16> = U16Mod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct U16Div<const D: u16>;