Skip to content

elm-community/intdict

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntDict

IntDict is an optimized version of a Dict with Int as key type.

Its API is the same as Dict's, so it can be regarded as a drop-in replacement. If you are comfortable with Dict, working with IntDict should be a breeze!

For details about runtimes and important caveats with respect to JavaScript's number type, see the module documentation for IntDict.

About

Optimized dictionary specialization for Integers. Mirrors the dictionary API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elm 100.0%