MapSet.root

If emptySetRoot, zero values. If null, one value with zero dimensions. Otherwise, pointer to node describing the next dimension.

struct MapSet(DimName, DimValue, DimValue nullValue = DimValue.init)
immutable(Node)* root;

Meta