pub type LessThan<const N: i64> = Sigma<i64, LessThanInvariant<N>>;
Terms less than a constant (defined by PartialOrd comparison).
PartialOrd
struct LessThan<const N: i64> { /* private fields */ }