decs.collections

Undocumented in source.

Members

Functions

nextPOT
T nextPOT(T x)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Array
struct Array(T)
Undocumented in source.
HashComp
struct HashComp(T)
Undocumented in source.
HashFunc
struct HashFunc(T)
Undocumented in source.
HashMap
struct HashMap(Key, Value, Hasher = HashFunc!(Key), Comparer = HashComp!(Key), ubyte MIN_HASH_TABLE_POWER = 3, ubyte RELATIONSHIP = 8)
Undocumented in source.

Meta