DSL to create 'is less than' relational condition
static Cond<ValType> lt<ValType>(Field<ValType> field, ValType value) => Cond<ValType>(field, Op.Lt, value);