TableMap

Undocumented in source.

Members

Functions

opIndex
T opIndex(size_t[dimension] key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T val, size_t[dimension] key)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

storage
T[size_t[dimension]] storage;
Undocumented in source.

Meta