Based on FSharpx's PriorityQueue refs: https://github.com/fsprojects/FSharpx.Collections/blob/master/src/FSharpx.Collections/PriorityQueue.fs
Instance member | Description |
|
|
Full Usage:
this.IsEmpty
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.Length
Returns: int
Modifiers: abstract |
|
Full Usage:
this.Peek
Returns: 'T
Modifiers: abstract |
|
|
|
Full Usage:
this.TryPeek
Returns: 'T option
Modifiers: abstract |
|
|
|