Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.07 KB

File metadata and controls

14 lines (10 loc) · 1.07 KB

Bijections

Stable Dev CI Coverage Code Style: Blue

Julia dictionaries are not one-to-one. That is, two different keys might have the same value. A Bijection data structure behaves just like a dictionary, except it prevents the assignment of the same value to two different keys.

See the documentation for more details.

See the changelog for a version history.