By Alvin Alexander. Last updated: January 5, 2015
Scala tip: a + b
is shorthand for a.+(b)
. That’s just one of many “syntactic sugar” features that makes Scala such a pleasant language to use.
Scala tip: a + b
is shorthand for a.+(b)
. That’s just one of many “syntactic sugar” features that makes Scala such a pleasant language to use.