MCPcopy Index your code
hub / github.com/datastructures-js/priority-queue / remove

Method remove

src/priorityQueue.d.ts:13–13  ·  view source on GitHub ↗
(cb: (value: T) => boolean)

Source from the content-addressed store, hash-verified

11 dequeue(): T | null;
12 pop(): T | null;
13 remove(cb: (value: T) => boolean): T[];
14 contains(cb: (value: T) => boolean): boolean;
15 toArray(): T[];
16 clear(): void;

Implementers 1

PriorityQueuesrc/priorityQueue.js

Calls

no outgoing calls

Tested by

no test coverage detected