|
|
|
|
|
by finnw
5315 days ago
|
|
> ::, :::, ++, :+, ++:, +: > Can any non-scala programmer guess which one is which? I have read the documentation and I still do not know which one is which.
Specifically the summary documentation is the same for both ++ and ++:
Can you explain the difference to a non-scala programmer? I can see that the answer must be in the type signatures, but I have no idea how to decipher those. |
|