ec51b8a8e3
Ordered Multivalue Dictionary - omdict. A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions. omdict retains method parity with dict.
7 lines
283 B
Text
7 lines
283 B
Text
Ordered Multivalue Dictionary - omdict.
|
|
|
|
A multivalue dictionary is a dictionary that can store multiple values for the
|
|
same key. An ordered multivalue dictionary is a multivalue dictionary that
|
|
retains the order of insertions and deletions.
|
|
|
|
omdict retains method parity with dict.
|