vibe.utils.dictionarylist

Defines a string based multi-map with conserved insertion order.

Members

Structs

DictionaryList
struct DictionaryList(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32, bool USE_HASHSUM = false)

Behaves similar to VALUE[string] but the insertion order is not changed and multiple values per key are supported.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig