(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“Similarly, when an assignment is made to a variable to which parentheses and one or more arguments have been applied, the compiler will transform that into an invocation of an update method that takes the arguments in parentheses as well as the object to the right of the equals sign. For example: greetStrings(0) = "Hello"
will be transformed into: greetStrings.update(0, "Hello")”

Martin Odersky, Programming in Scala Fifth Edition: Updated for Scala 3.0
Read more quotes from Martin Odersky


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!

0 likes
All Members Who Liked This Quote

None yet!


This Quote Is From

Programming in Scala Fifth Edition: Updated for Scala 3.0 Programming in Scala Fifth Edition: Updated for Scala 3.0 by Martin Odersky
1,663 ratings, average rating, 100 reviews
Open Preview

Browse By Tag