Create a new TreeF from a node value and a possibly empty list of child nodes.
TreeF
The underlying type of the tree. For example, in a numeric tree it would be number.
number
The child node type, also called the carrier type.
Create a new
TreeFfrom a node value and a possibly empty list of child nodes.Type Param: A
The underlying type of the tree. For example, in a numeric tree it would be
number.Type Param: C
The child node type, also called the carrier type.