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