Type Alias I32Open

Source
pub type I32Open<const M: i32, const N: i32> = And<I32Gt<M>, I32Lt<N>>;
Expand description

Represents (M, N) intervals.

Aliased Typeยง

struct I32Open<const M: i32, const N: i32> { /* private fields */ }