Type Alias Divisible

Source
pub type Divisible<const D: i64> = Modulo<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct Divisible<const D: i64>;