Type Alias U16OpenClosed

Source
pub type U16OpenClosed<const M: u16, const N: u16> = And<U16Gt<M>, U16Le<N>>;
Expand description

Represents (M, N] intervals.

Aliased Typeยง

struct U16OpenClosed<const M: u16, const N: u16> { /* private fields */ }