LessThan

Type Alias LessThan 

Source
pub type LessThan<const N: i128> = Sigma<i128, LessThanInvariant<N>>;
Expand description

Terms less than a constant (defined by PartialOrd comparison).

Aliased Typeยง

pub struct LessThan<const N: i128> { /* private fields */ }