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