Node.Labels

View of the node's labels.

Members

Functions

empty
bool empty()

Checks if the range is empty.

front
auto front()

Returns the next element in the range.

opEquals
bool opEquals(string[] labels)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string opIndex(int index)

Return node's label at the index position.

popFront
void popFront()

Move to the next element in the range.

size
size_t size()

Returns the number of labels in the node.

toHash
size_t toHash()

Return the hash code for this label.

Meta