|
|
|
|
|
by hapless
4469 days ago
|
|
Operators are treated specially in scala. Methods with certain names have wildly different precedence rules. The special operator rules allow library authors to create a "DSL" without using the (difficult) macro system. This almost never ends well. |
|