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
We actually removed some operator definitions that took another map as an argument, over confusion about what should happen when keys existed in both maps involved in the operation.
It would be nice to have many constructors for
map
,set
, andlist
that accept a variety of equivalent representations of the data structure. Such asand overloaded operators like
list
has some convenient initializers, and it would be nice to extend that tomap
andset
.The text was updated successfully, but these errors were encountered: