MapSet.Node

Undocumented in source.

Constructors

this
this(DimName dim, Pair[] children)
Undocumented in source.
this
this(DimName dim, MapSet[DimValue] children)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
Pair[] children;
dim
DimName dim;

Meta