Type Alias U64Div

Source
pub type U64Div<const D: u64> = U64Mod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct U64Div<const D: u64>;