What does ##
method mean in Scala. It is referenced in Scala's built-in hashCode method.
Asked
Active
Viewed 54 times
0

user462455
- 12,838
- 18
- 65
- 96
-
2See http://stackoverflow.com/questions/9068154/what-is-the-difference-between-and-hashcode – Ben Feb 19 '16 at 19:16
-
Or read the [scaladoc](http://www.scala-lang.org/api/2.11.6/index.html#scala.Any@##():Int), even. – Michael Zajac Feb 19 '16 at 19:20