Type Alias U128Div

Source
pub type U128Div<const D: u128> = U128Mod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct U128Div<const D: u128>;