An implementation of multiple dictionaries preserving the order of addition of elements.
# Containers-OrderPreservingDictionary An implementation of multiple dictionaries preserving the order of addition of elements.   [](https://coveralls.io/github//Ducasse/Containers-OrderPreservingDictionary?branch=master) []() ## Loading ``` Metacello new baseline: 'ContainersOrderPreservingDictionary'; repository: 'github://pharo-containers/Containers-OrderPreservingDictionary'; load. ``` ## If you want to depend on it ``` spec baseline: 'ContainersOrderPreservingDictionary' with: [ spec repository: 'github://pharo-containers/Containers-OrderPreservingDictionary/src' ]. ``` ## History I harvested the code from the old SmalltalkHub/PharoExtras repository. Interested archeologues can find relevant commit history there. http://www.smalltalkhub.com/#!/~PharoExtras/OrderPreservingDictionary