TypeAlias
BinaryOperator
BinaryOperator represents a binary operator.
Source from the content-addressed store, hash-verified
| 1026 | |
| 1027 | // BinaryOperator represents a binary operator. |
| 1028 | type BinaryOperator int |
| 1029 | |
| 1030 | func (BinaryOperator) operator() {} |
| 1031 | |
Tested by
no test coverage detected