Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 529 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 529 Bytes

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.