RBNode.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.

struct RBNode(V, ALLOC, bool NOGC_ = false)
@property
prev
()

Meta