Join Slack
Powered by
is there a short-hand for ``` val foo = myObject.f...
# getting-started
m
menegatti
01/30/2017, 3:53 PM
is there a short-hand for
Copy code
val foo = myObject.field foo.bar1 = 35 foo.bar2 = 42 myObject.field = foo
Open in Slack
Previous
Next