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
InsertionOrderedDictionary has most of the same APIs as Dictionary and there are some common algorithms we can build upon that (currently in PenguinExtensions.swift). It's unclear how much is specific to a hashed dictionary and whether a SortOrderedDictionary would have a subset of these APIs. Investigating that is another interesting project.
The text was updated successfully, but these errors were encountered:
InsertionOrderedDictionary
has most of the same APIs asDictionary
and there are some common algorithms we can build upon that (currently in PenguinExtensions.swift). It's unclear how much is specific to a hashed dictionary and whether aSortOrderedDictionary
would have a subset of these APIs. Investigating that is another interesting project.The text was updated successfully, but these errors were encountered: