# Functions
DefaultEnumerator enumerates a tree.
DefaultIndenter indents a tree for nested trees and multiline content.
New returns a new tree.
NewFilter initializes a new Filter.
NewStringData returns a Data of strings.
Root returns a new tree with the root set.
RoundedEnumerator enumerates a tree with rounded edges.
# Type aliases
Enumerator enumerates a tree.
Indenter indents the children of a tree.
NodeChildren is the implementation of the Children interface with tree Nodes.
StyleFunc allows the tree to be styled per item.