If your item is a `Pair`, you can use the destruct...
# rx
e
If your item is a
Pair
, you can use the destructuring syntax like
.subscribe { (a, b) -> ... }
💯 1