Type Alias I64Div

Source
pub type I64Div<const D: i64> = I64Mod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct I64Div<const D: i64>;