node_first


Description:

[ Version ( since = "2.68" ) ]
public unowned TreeNode<K,V>? node_first ()

Returns the first in-order node of the tree, or null for an empty tree.

Parameters:

this

a Tree

Returns:

the first node in the tree