An associative container which contains key-value pairs.
An associative container which contains key-value pairs.
An associative container which contains key-value pairs.
An associative container which contains key-value pairs.
Tree-map, designed to replace std::map usage. The API should looks closely like the builtin associative arrays. O(log(n)) insertion, removal, and search time.
Associative Arrays
This module implements BTree-backed associative arrays. @nogc associative array, replacement for std::map.