Function rb_left_leaf
Defined in File datastr.c
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
Defined in File datastr.c
Compute left leaf in tree from given node.
node – the start node
The left leaf from the given node