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ยง

pub struct Divisible<const D: usize> { /* private fields */ }