Type Alias IsizeOpen

Source
pub type IsizeOpen<const M: isize, const N: isize> = And<IsizeGt<M>, IsizeLt<N>>;
Expand description

Represents (M, N) intervals.

Aliased Typeยง

struct IsizeOpen<const M: isize, const N: isize> { /* private fields */ }