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

	Copyright: © 2012-2014 Sönke Ludwig
	License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
	Authors: Sönke Ludwig
*/
deprecated("Import `vibe.container.dictionarylist` instead.")
module vibe.utils.dictionarylist;

public import vibe.container.dictionarylist;