Tree
A type that represents a tree with an enumerable amount of children.
Type Parameters
• T
The element type.
Properties
children
children:
Iterable
<Tree
<T
>>
The children in the tree node.
value
value:
T
The value of the tree node.