Skip to content

Simple dictionary type using unique integer identifiers as unique keys.

License

Notifications You must be signed in to change notification settings

noordstar/elm-iddict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Iddict

Sometimes, you want to store items efficiently in a dictionary, but you don't know (or don't care) about what key to use, but you do want to store the values more efficiently than in a list.

The Iddict module in Elm lets you store values in a dictionary without including a key. Then, you can refer to the item using its integer key. The Iddict uses a counter, so keys will never collide - even after removing items.

How to install

In your terminal, type

elm install noordstar/elm-iddict

And the library will be installed shortly!

About

Simple dictionary type using unique integer identifiers as unique keys.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages