Type Alias I8Open

Source
pub type I8Open<const M: i8, const N: i8> = And<I8Gt<M>, I8Lt<N>>;
Expand description

Represents (M, N) intervals.

Aliased Typeยง

struct I8Open<const M: i8, const N: i8> { /* private fields */ }