mecca.containers.tables

Undocumented in source.

Members

Aliases

SmallSet
alias SmallSet(K, ushort capacity) = SmallTable!(K, void, capacity)
Undocumented in source.

Classes

TableFull
class TableFull
Undocumented in source.

Functions

smallSet
auto smallSet(T[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
smallSet
auto smallSet(R items)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FixedTable
struct FixedTable(K, V, size_t N)

//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////

HashTable
struct HashTable(K, V)

//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////

SmallTable
struct SmallTable(K, V, ushort capacity_)

//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////

Meta