fsprojects/FSharpx.Collections


BinaryTree<'T>

Namespace: FSharpx.Collections.Experimental
Parent Module: BinaryTreeZipper

A simple binary tree

Union Cases

Union CaseDescription
Branch('T,BinaryTree<'T>,BinaryTree<'T>)
Signature: 'T * BinaryTree<'T> * BinaryTree<'T>
Leaf
Signature:
Fork me on GitHub