gt method

Expression gt(
  1. T v
)

Implementation

Expression gt(T v) => Comparison(name, r'$gt', v);