Node.next

Obtains the next node in the tree to which this node is associated.

struct Node(eb_node, Key, alias eb_getkey, alias eb_next, alias eb_prev, alias eb_prev_unique, alias eb_next_unique, alias eb_delete)
typeof((&this))
next
()

Return Value

Type: typeof((&this))

the next node or null if this is the last.

Meta