Union case | Description |
Full Usage:
E bool
Parameters:
bool
|
|
Full Usage:
T(bool, int, int, 'T, LeftistHeap<'T>, LeftistHeap<'T>)
Parameters:
bool
Item2 : int
Item3 : int
Item4 : 'T
Item5 : LeftistHeap<'T>
Item6 : LeftistHeap<'T>
|
|
Instance member | Description |
Full Usage:
this.Head
Returns: 'T
|
|
|
|
Full Usage:
this.IsDescending
Returns: bool
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this.Length
Returns: int
|
|
|
|
|
|
Full Usage:
this.TryGetHead
Returns: 'T option
|
|
|
|
|
|
|
|
|
|