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