Get tree

Purpose: Get information about a tree.

 get-tree <tree> \
     ( count <count> ) | ( hops <hops> )

get-tree provides information about <tree> (created by new-tree):
Examples
Get the number of nodes (keys) in a tree:
 new-tree mytree
 ...
 get-tree mytree count c



Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.