Type Alias Div

Source
pub type Div<const D: usize> = Mod<D, 0>;
Expand description

Checks whether the given value length is divisible by D.

Aliased Typeยง

struct Div<const D: usize>;