Node.prev

Obtains the previous 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))
prev
()

Return Value

Type: typeof((&this))

the previous node or null if this is the first.

Meta