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