FSharpx.Collections


BinaryTreeZipper<'T> Type

The zipper data structure for binary trees

Record fields

Record Field Description

Focus

Full Usage: Focus

Field type: BinaryTree<'T>
Field type: BinaryTree<'T>

Path

Full Usage: Path

Field type: (TreeDirection * 'T * BinaryTree<'T>) list
Field type: (TreeDirection * 'T * BinaryTree<'T>) list