Skip to main content

LengthClosed

Type Alias LengthClosed 

Source
pub type LengthClosed<const M: usize, const N: usize> = And<LengthGreaterOrEqual<M>, LengthLessOrEqual<N>>;
Expand description

Represents [M, N] intervals.

Aliased Typeยง

pub struct LengthClosed<const M: usize, const N: usize> { /* private fields */ }