The OpenD Programming Language

SparseField

SparseField is used to represent Sparse ndarrays in mutable DOK format.

Members

Functions

lightConst
auto lightConst()
lightImmutable
auto lightImmutable()
opIndex
T opIndex(size_t index)
opIndexAssign
T opIndexAssign(T value, size_t index)
opIndexOpAssign
T opIndexOpAssign(T value, size_t index)
opIndexUnary
T opIndexUnary(size_t index)

Variables

_table
T[size_t] _table;

Meta