uint Tree::num_nodes() const;

Value

a uint: the numbef of nodes in the tree, including tips, internal nodes and the root.

See also