Type Alias U8Div

Source
pub type U8Div<const D: u8> = U8Mod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct U8Div<const D: u8>;