Skip to main content

LengthDivisible

Type Alias LengthDivisible 

Source
pub type LengthDivisible<const D: usize> = LengthModulo<D, ZERO>;
Expand description

Checks whether the given value length is divisible by D.

Aliased Typeยง

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