Type Alias Divisible

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

Checks whether the given value length is divisible by D.

Aliased Typeยง

struct Divisible<const D: usize>;