vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.utils.dictionarylist

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

Structs

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

Sönke Ludwig

Copyright

© 2012-2014 Sönke Ludwig

License

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