Type Alias U32Div

Source
pub type U32Div<const D: u32> = U32Mod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct U32Div<const D: u32>;