/** (Scheduled for deprecation) Internal hash map implementation. Use `vibe.container.hashmap` instead. Copyright: © 2013-2023 Sönke Ludwig License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ module vibe.utils.hashmap; public import vibe.container.hashmap;