pub type I16Open<const M: i16, const N: i16> = And<I16Gt<M>, I16Lt<N>>;
Represents (M, N) intervals.
(M, N)
struct I16Open<const M: i16, const N: i16> { /* private fields */ }