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