mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
4 lines
187 B
Text
4 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.
|