Skip to content

Feature Parity With Standard Library Dictionary #2

@ladvoc

Description

@ladvoc

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:).

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions