You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that the order of keys has been reversed by this operation (where an item was added to the items collection of the 2nd value in the map). I realize that maps are inherently unordered, but it might still be useful if this operation didn't change the order.
The text was updated successfully, but these errors were encountered:
Consider the following snippet, run against Icepick 2.4.0:
In this case, the output is:
Notice that the order of keys has been reversed by this operation (where an item was added to the
items
collection of the 2nd value in the map). I realize that maps are inherently unordered, but it might still be useful if this operation didn't change the order.The text was updated successfully, but these errors were encountered: