Type Alias U16Open

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

Represents (M, N) intervals.

Aliased Typeยง

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