Values

OpAdd

+

OpMult

*

OpDiv

/

OpSub

-

OpEq

==

OpNotEq

!=

OpGt

>

OpGte

>=

OpLt

<

OpLte

<=

OpAnd

&

OpOr

` `

OpXor

^

OpBoolOr

` `

OpShl

<<

OpShr

>>

OpUShr

>>>

OpMod

%

OpAssignOp(op:Binop)

+= -= /= *= <<= >>= >>>= ` = &= ^= %=`

OpArrow

=>

OpIn

in