issues
search
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
Improve Dictionary Literals
#16
Closed
DandyLyons
closed
2 months ago
DandyLyons
commented
2 months ago
Adds documentation to notify users that this will fatal error if they initialize with non-unique values.
Removes an unnecessary memory allocation.