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