Type Alias UsizeDiv

Source
pub type UsizeDiv<const D: usize> = UsizeMod<D, 0>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

struct UsizeDiv<const D: usize>;