Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 280 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 280 Bytes

BijectiveDicts.jl

A tiny Julia package that provides the BijectiveDict type: a one-to-one AbstractDict between keys and values.

It is different from Bijections.jl in that you can choose the underlying AbstractDict type.