UniNode

A UniNode struct

Constructors

this
this(T val)

Common constructor

this
this(T val)

Common constructor

this
this(T val)

Common constructor

this
this(T val)

Sequence constructor

Alias This

node

Members

Functions

opEquals
bool opEquals(const(UniNode) rhs)

Compares two UniNodes for equality.

toHash
size_t toHash()

Returns the hash of the UniNode's current value.

Variables

node
Node node;

Node implementation

Meta