FSharpx.Collections


IndexedRoseTree<'T> Type

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.

Record fields

Record Field Description

Children

Full Usage: Children

Field type: PersistentVector<IndexedRoseTree<'T>>
Field type: PersistentVector<IndexedRoseTree<'T>>

Root

Full Usage: Root

Field type: 'T
Field type: 'T