MCPcopy Create free account
hub / github.com/p2r3/convert /

Class

src/PriorityQueue.ts:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class PriorityQueue<T extends object> {
2 private _queue: Array<T>;
3 private _size: number = 0;
4 private _comparator: ((val: T, parent: T) => number) | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected