slackbuilds_ponce/python/python-odict/README
Cristiano Urban 37ac27b92a python/python-odict: Added (ordered dictionary).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-11-01 07:34:01 +07:00

3 lines
187 B
Text

Dictionary in which the insertion order of items is preserved
(using an internal double linked list). In this implementation
replacing an existing item keeps it at its original position.