Join Slack
Powered by
If your item is a `Pair`, you can use the destruct...
# rx
e
edwardwongtl
11/30/2017, 3:41 AM
If your item is a
Pair
, you can use the destructuring syntax like
.subscribe { (a, b) -> ... }
💯 1
Open in Slack
Previous
Next