()
| 113 | } |
| 114 | |
| 115 | get size(): number { |
| 116 | return this.#queue.length - this.#head; |
| 117 | } |
| 118 | |
| 119 | #compact(): void { |
| 120 | // Compaction restores the invariant that the whole array is the live sorted range. |
nothing calls this directly
no outgoing calls
no test coverage detected