I'm actually a little surprised that `mutableMapOf...
# compose
j
I'm actually a little surprised that
mutableMapOf
promises to maintain key order, but indeed it does. I don't think that's a contract that we ever intended to promise, but considering the contract of
mutableMapOf
maybe we should consider it too. cc @Chuck Jazdzewski [G]
👍 2