Skip to content

An implementation of multiple dictionaries preserving the order of addition of elements.

Notifications You must be signed in to change notification settings

pharo-containers/Containers-OrderPreservingDictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containers-OrderPreservingDictionary

An implementation of multiple dictionaries preserving the order of addition of elements.

https://github.com/pharo-containers/Containers-OrderPreservingDictionary/workflows/currentStablePharo/badge.svg https://github.com/pharo-containers/Containers-OrderPreservingDictionary/workflows/matrix/badge.svg Coverage Status License

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

About

An implementation of multiple dictionaries preserving the order of addition of elements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published