Type Alias UsizeClosed

Source
pub type UsizeClosed<const M: usize, const N: usize> = And<UsizeGe<M>, UsizeLe<N>>;
Expand description

Represents [M, N] intervals.

Aliased Typeยง

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