Type Alias I64Open

Source
pub type I64Open<const M: i64, const N: i64> = And<I64Gt<M>, I64Lt<N>>;
Expand description

Represents (M, N) intervals.

Aliased Typeยง

struct I64Open<const M: i64, const N: i64> { /* private fields */ }