See also Order.

Fields

lt,

Less than (<)

lte,

Less than or equal (<=)

eq,

Equal (==)

gte,

Greater than or equal (>=)

gt,

Greater than (>)

neq,

Not equal (!=)

Functions

fn reverse(op: CompareOperator) CompareOperator

Reverse the direction of the comparison. Use when swapping the left and right h…

Reverse the direction of the comparison. Use when swapping the left and right hand operands.