Join Slack
Powered by
can I assign to existing `var` by destructuring? ...
# getting-started
p
poohbar
01/29/2017, 9:08 PM
can I assign to existing
var
by destructuring?
Copy code
var x: Double var y: Double (x, y) = fooReturningXY()
this does not compile 😞
Open in Slack
Previous
Next