Multi-way tree, also known as rose tree. This RoseTree uses a Vector for the children RoseTree forest. Adapted from @mausch F# adaptation of Experimental.RoseTree.
Union case | Description |
Full Usage:
Nil
|
|
Full Usage:
Node('T, BinaryRoseTree<'T>, BinaryRoseTree<'T>)
Parameters:
'T
Item2 : BinaryRoseTree<'T>
Item3 : BinaryRoseTree<'T>
|
|