Skip to content

bsc-quantic/BijectiveDicts.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.