FSharpx.Collections


EagerRoseTree<'T> Type

Multi-way tree, also known as rose tree. This RoseTree uses a List for the children RoseTree forest. Adapted from @mausch F# adaptation of Experimental.RoseTree.

Record fields

Record Field Description

Children

Full Usage: Children

Field type: EagerRoseForest<'T>
Field type: EagerRoseForest<'T>

Root

Full Usage: Root

Field type: 'T
Field type: 'T