Gt constant

Op const Gt

'is greater than' relational comparision operator

Implementation

static const Op Gt = const Op._(2, '>');