LtEq constant

Op const LtEq

'is less than or equal to' relational comparision operator

Implementation

static const Op LtEq = const Op._(4, '<=');