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