interface PriorityQueue<T0> {
    entries: _0x2.priority_queue.Entry<T0>[];
}

Type Parameters

  • T0

Properties

Properties