Skip to content

bicycle1885/BiMaps.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BiMaps

Build Status

BiMaps.jl is a pakcage for bijective mapping.

Synopsis

using BiMaps

bimap = BiMap{Int,String}()
bimap.left[1] = "one"
bimap.left[2] = "two"
bimap.right["three"] = 3

@assert bimap.left[1] == "one"
@assert bimap.right["two"] == 2
@assert bimap.left[3] == "three"

About

bijective mapping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages