Constructor RandomAccessPriorityQueue
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
RandomAccessPriorityQueue(int, IComparer<TPriority>)
Initializes a new instance of the IndexPriorityQueue<TElement, TPriority> class with a specified capacity and comparer.
public RandomAccessPriorityQueue(int capacity, IComparer<TPriority> comparer)