pub type U16OpenClosed<const M: u16, const N: u16> = And<U16Gt<M>, U16Le<N>>;
Represents (M, N] intervals.
(M, N]
struct U16OpenClosed<const M: u16, const N: u16> { /* private fields */ }