PriorityQueue<'a>
Namespace: FsGll.Mutable
Parent Module: PriorityQueue
Constructors
| Constructor | Description |
new(cmp)
Signature: (cmp:('a -> 'a -> int)) -> PriorityQueue<'a>
|
CompiledName: |
Instance members
| Instance member | Description |
Add(x)
Signature: x:'a -> unit
|
|
Count
Signature: int
|
CompiledName: |
Peek()
Signature: unit -> 'a
|
|
Pop()
Signature: unit -> 'a
|
|