ae.utils.container.hashtable

ae.utils.container.hashtable

Members

Structs

HashTable
struct HashTable(K, V, uint SIZE, alias ALLOCATOR, alias HASHFUNC = "k")

A hash table with a static size.

HashTableItem
struct HashTableItem(K, V)
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>