Module vibe.utils.dictionarylist
Defines a string based multi-map with conserved insertion order.
Structs
Name | Description |
---|---|
DictionaryList
|
Behaves similar to string[string] but the insertion order is not changed and multiple values per key are supported. |
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.