pub type I64Open<const M: i64, const N: i64> = And<I64Gt<M>, I64Lt<N>>;
Represents (M, N) intervals.
(M, N)
struct I64Open<const M: i64, const N: i64> { /* private fields */ }