Type Alias I128Open

Source
pub type I128Open<const M: i128, const N: i128> = And<I128Gt<M>, I128Lt<N>>;
Expand description

Represents (M, N) intervals.

Aliased Typeยง

struct I128Open<const M: i128, const N: i128> { /* private fields */ }