Type Alias UsizeOpen

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

Represents (M, N) intervals.

Aliased Typeยง

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