TypeAlias
BinaryOperator
BinaryOperator represents a binary operator.
Source from the content-addressed store, hash-verified
| 1079 | |
| 1080 | // BinaryOperator represents a binary operator. |
| 1081 | type BinaryOperator int |
| 1082 | |
| 1083 | func (BinaryOperator) operator() {} |
| 1084 | |
Tested by
no test coverage detected