Skip to content

rnons/ordered-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ordered-containers

NOTE: This repo is not maintained any more. Feel free to fork and upload to elm-packages by yourself.

Build Status

An Elm library that provides OrderedDict and OrderedSet data structures.

OrderedDict is similar to Dict, OrderedSet is similar to Set. The difference is when iterated or converted to a List, the order will be the same as the order they were inserted.