pub type U8Div<const D: u8> = U8Mod<D, 0>;
Checks whether the given value is divisible by D.
D
struct U8Div<const D: u8>;