fsprojects/FSharpx.Collections


EagerRoseForest<'T>

Namespace: FSharpx.Collections.Experimental

Instance members

Instance memberDescription
Head
Signature: EagerRoseTree<'T>

CompiledName: get_Head

IsEmpty
Signature: bool

CompiledName: get_IsEmpty

[index]
Signature: index:int -> EagerRoseTree<'T>

CompiledName: get_Item

Length
Signature: int

CompiledName: get_Length

Tail
Signature: EagerRoseTree<'T> list

CompiledName: get_Tail

Static members

Static memberDescription
Empty
Signature: EagerRoseTree<'T> list

CompiledName: get_Empty

Fork me on GitHub