memutils.dictionarylist

Defines a string based dictionary list with conserved insertion order.

Members

Aliases

DictionaryListRef
alias DictionaryListRef(KEY, VALUE, ALLOC = ThreadMem, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 8) = RefCounted!(DictionaryList!(KEY, VALUE, ALLOC, case_sensitive, NUM_STATIC_FIELDS), ALLOC)
Undocumented in source.

Structs

DictionaryList
struct DictionaryList(KEY, VALUE, ALLOC = ThreadMem, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 8)

* 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 file.

Authors

Sönke Ludwig