Skip to content

schmittsfn/BiDictionary

Repository files navigation

logo

A bi-directional dictionary/map for the Swift programming language.

Usage:

var biDict = BiDictionary<String, String>()
biDict[key: "foo"] = "bar"

let value = biDict[key: "foo"]
let key = biDict[value: "bar"]

About

A bi-directional dictionary/map for the Swift programming language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages