Type Alias U64Open

Source
pub type U64Open<const M: u64, const N: u64> = And<U64Gt<M>, U64Lt<N>>;
Expand description

Represents (M, N) intervals.

Aliased Typeยง

struct U64Open<const M: u64, const N: u64> { /* private fields */ }