Type Alias I128Div

Source
pub type I128Div<const D: i128> = I128Mod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct I128Div<const D: i128>;