Method Peek
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Peek()
Returns the minimum element of the priority queue without removing it.
public (int index, TElement value) Peek()
Returns the minimum element of the priority queue without removing it.
public (int index, TElement value) Peek()