Lt constant

Op const Lt

'is less than' relational comparision operator

Implementation

static const Op Lt = const Op._(5, '<');