|
|
|
|
|
by javajosh
1732 days ago
|
|
Not a scala programmer, but I searched for "scala cheatsheet" and got the answer: https://docs.scala-lang.org/cheatsheets/ Double arrow seems to have multiple uses - for anonymous functions (like in js) and for pass-by-reference arguments (I guess scala is pass-by-value by default). (Surprised at how Erlang-y it feels, especially WRT pattern matching) |
|
The best (but still not exhaustive) doc is : https://stackoverflow.com/questions/7888944/what-do-all-of-s...