HTree Type

Union cases

Union case Description

Leaf int option * int

Full Usage: Leaf int option * int

Parameters:
    Item : int option * int

Item : int option * int

Node int option * int * HTree * HTree

Full Usage: Node int option * int * HTree * HTree

Parameters:
Item : int option * int * HTree * HTree

Instance members

Instance member Description

this.IsLeaf

Full Usage: this.IsLeaf

Returns: bool
Returns: bool

this.IsNode

Full Usage: this.IsNode

Returns: bool
Returns: bool