PriorityQueue<T> constructor

PriorityQueue<T>(
  1. int comparator(
    1. T,
    2. T
    )
)

Implementation

PriorityQueue(this.comparator);