pub type I32Open<const M: i32, const N: i32> = And<I32Gt<M>, I32Lt<N>>;
Represents (M, N) intervals.
(M, N)
struct I32Open<const M: i32, const N: i32> { /* private fields */ }