OrderedNodeMixin.next

Returns the next valued node in the tree.

You should never call this on the marker node, as it is assumed that there is a valid next node.

mixin template OrderedNodeMixin(size_t N)
@property
inout(typeof(this))*
next
inout
(
)
in { debug assert (&this !is this.index!N.parentmost.index!N.rightmost, "calling prev on _end.rightmost"); }

Meta