<
<a name="<">
operator (x:Integer16 < y:Integer16) -> Boolean
operator (x:Integer32 < y:Integer32) -> Boolean
operator (x:Integer64 < y:Integer64) -> Boolean
operator (x:Integer8 < y:Integer8) -> Boolean
operator (x:Real32 < y:Real32) -> Boolean
operator (x:Real64 < y:Real64) -> Boolean
operator (x:String < y:String) -> Boolean
Lexical comparison.
operator (y:Expression<Real> < z:Expression<Real>) -> LessThan
Lazy less-than.
operator (y:Real < z:Expression<Real>) -> LessThan
Lazy less-than.
operator (y:Expression<Real> < z:Real) -> LessThan
Lazy less-than.