ladvoc / BijectiveDictionary

A specialized dictionary structure offering bijective mapping and bidirectional O(1) access.
https://jacobgelman.com/posts/swift-bijective-dictionary
MIT License
4 stars 1 forks source link

Consider defining "Bijective" in the docs #6

Closed DandyLyons closed 2 months ago

DandyLyons commented 2 months ago

Bijective is a term that I never knew until I found this library, but it very clearly describes the intention and functionality of this type. I think it would be helpful to include at least a short paragraph of explanation of what "Bijective" means in the docs. This will help set expectations for users.

We could also link to other sources such as Wikipedia if it helps: https://en.wikipedia.org/wiki/Bijection