LessThan

class LessThan : BinaryExpression


The less-than operator, which evaluates to true when operand1 < operand2.

val x = LessThan(2, 3)

Summary