OrderedNodeMixin.prev

Returns the previous valued node in the tree.

You should never call this on the leftmost node of the tree as it is assumed that there is a valid previous node.

mixintemplate OrderedNodeMixin(size_t N)
@property inout
inout(typeof(this))*
prev
()

Meta