Type Alias UsizeClosedOpen

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

Represents [M, N) intervals.

Aliased Typeยง

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