Join Slack
Communities
Powered by
You can do `var (foo, bar) = thingReturningPair()`...
# announcements
a
amaranth
08/28/2016, 1:47 AM
You can do
var (foo, bar) = thingReturningPair()
but is there a shorthand for assigning rather than creating new variables? Like
(foo, bar) = thingReturningPair()
Open in Slack
Previous
Next