Any way of making a Pair mutable?
# random
o
Any way of making a Pair mutable?
r
onionsoup:
data class MutablePair<T, U>(var left: T, var right: U)