FSharpx.Collections


TreeSBRAL<'T> Type

Union cases

Union case Description

Leaf 'T

Full Usage: Leaf 'T

Parameters:
    Item : 'T

Item : 'T

Node('T, TreeSBRAL<'T>, TreeSBRAL<'T>)

Full Usage: Node('T, TreeSBRAL<'T>, TreeSBRAL<'T>)

Parameters:
Item1 : 'T
Item2 : TreeSBRAL<'T>
Item3 : TreeSBRAL<'T>