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

Method front

src/priorityQueue.d.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 size(): number;
6 isEmpty(): boolean;
7 front(): T | null;
8 back(): T | null;
9 enqueue(value: T): PriorityQueue<T>;
10 push(value: T): PriorityQueue<T>;

Implementers 1

PriorityQueuesrc/priorityQueue.js

Calls

no outgoing calls

Tested by

no test coverage detected