pub type I8Open<const M: i8, const N: i8> = And<I8Gt<M>, I8Lt<N>>;
Represents (M, N) intervals.
(M, N)
struct I8Open<const M: i8, const N: i8> { /* private fields */ }