λ Tony's Blog λ
Scala operator names
Posted on January 22, 2008Infix (least to highest precedence)
|
^
&
< >
= !
:
+ -
* / %
~
Postfix (_unary__)
+
-
!
~
Operators ending with colon (:) are right-associative.
Infix (least to highest precedence)
|
^
&
< >
= !
:
+ -
* / %
~
Postfix (_unary__)
+
-
!
~
Operators ending with colon (:) are right-associative.