Module vibe.container.dictionarylist
Defines a string based multi-map that preserves insertion order.
Structs
Name | Description |
---|---|
DictionaryList
|
Behaves similar to VALUE[string] but the insertion order is not changed
and multiple values per key are supported.
|