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