pub type U8OpenClosed<const M: u8, const N: u8> = And<U8Gt<M>, U8Le<N>>;
Represents (M, N] intervals.
(M, N]
struct U8OpenClosed<const M: u8, const N: u8> { /* private fields */ }