Type Alias I16Open

Source
pub type I16Open<const M: i16, const N: i16> = And<I16Gt<M>, I16Lt<N>>;
Expand description

Represents (M, N) intervals.

Aliased Typeยง

struct I16Open<const M: i16, const N: i16> { /* private fields */ }