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
Would it be out-of-scope to add similar wrappers for AbstractDictionary and AbstractSet? There is a built-in Base.ImmutableDict, but my understanding is that it's a very particular structure with particular use-cases, not meant to be seamlessly dropped in place of a Dict.
The downside is that it would make the name of this package a bit awkward.
The text was updated successfully, but these errors were encountered:
I am OK to add them (in general - as commented earlier - I am even OK to transfer the repo and rename it as you like). Renaming is not problematic as old links will still work.
Would it be out-of-scope to add similar wrappers for
AbstractDictionary
andAbstractSet
? There is a built-inBase.ImmutableDict
, but my understanding is that it's a very particular structure with particular use-cases, not meant to be seamlessly dropped in place of aDict
.The downside is that it would make the name of this package a bit awkward.
The text was updated successfully, but these errors were encountered: