pub type U32Div<const D: u32> = U32Mod<D, 0>;
Checks whether the given value is divisible by D.
D
struct U32Div<const D: u32>;