Type Alias IsizeDiv

Source
pub type IsizeDiv<const D: isize> = IsizeMod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct IsizeDiv<const D: isize>;