FSharpx.Collections


TreeBRAL<'T> Type

Union cases

Union case Description

Leaf 'T

Full Usage: Leaf 'T

Parameters:
    Item : 'T

Item : 'T

Node(int, TreeBRAL<'T>, TreeBRAL<'T>)

Full Usage: Node(int, TreeBRAL<'T>, TreeBRAL<'T>)

Parameters:
Item1 : int
Item2 : TreeBRAL<'T>
Item3 : TreeBRAL<'T>