UniNode

Universal structure for data storage of different types

Constructors

this
this(V val)
Undocumented in source.

Alias This

node

Members

Functions

opEquals
bool opEquals(UniNode other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

node
UniNodeImpl!UniNode node;
Undocumented in source.

Meta