Function rb_left_leaf

Function Documentation

rb_node_t *rb_left_leaf(rb_node_t *node)

Compute left leaf in tree from given node.

Parameters:
  • node – the start node

Returns:

The left leaf from the given node