pub type U64Div<const D: u64> = U64Mod<D, 0>;
Checks whether the given value is divisible by D.
D
struct U64Div<const D: u64>;