-
Notifications
You must be signed in to change notification settings - Fork 3
Feature Parity With Standard Library Dictionary #2
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Milestone
Description
BijectiveDictionary currently implements only a subset of the features offered by the standard library's Dictionary.
Consider the methods and properties from Dictionary that are not yet present in BijectiveDictionary and how they should be adapted. There won't always be a one-to-one correspondence between APIs, and some methods and properties may not be applicable.
Note: Since BijectiveDictionary uses the terms “left values” and “right values” instead of keys and values, the names of methods, properties, and arguments should be adjusted as needed to match this convention. For example, the init(_:uniquingKeysWith:) initializer should be renamed to init(_:uniquingLeftRightPairsWith:).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed