Structs§
- Binary
Expression - A binary expression
left op right
of two operands separated by some operator. For example,foo + bar
.
Enums§
- Binary
Operation - A binary operator.
left op right
of two operands separated by some operator.
For example, foo + bar
.