Join Slack
Powered by
Any way of making a Pair mutable?
# random
o
onionsoup
05/26/2017, 4:28 PM
Any way of making a Pair mutable?
r
Ruckus
05/26/2017, 4:47 PM
onionsoup:
data class MutablePair<T, U>(var left: T, var right: U)
2
Views
Open in Slack
Previous
Next