TypeAlias
UnaryOperator
UnaryOperator represents a unary operator.
Source from the content-addressed store, hash-verified
| 1217 | |
| 1218 | // UnaryOperator represents a unary operator. |
| 1219 | type UnaryOperator int |
| 1220 | |
| 1221 | func (UnaryOperator) operator() {} |
| 1222 | |
Tested by
no test coverage detected