CoordinateValue

Combination of coordinate(s) and value.

struct CoordinateValue (
T
size_t N = 1
) {}

Members

Functions

opCmp
int opCmp(typeof(this) rht)

Variables

index
size_t[N] index;
value
T value;

Meta