(e3)
| 8195 | return this._size; |
| 8196 | } |
| 8197 | push(e3) { |
| 8198 | const t2 = this._back; |
| 8199 | let r3 = t2; |
| 8200 | 16383 === t2._elements.length && (r3 = { _elements: [], _next: void 0 }), t2._elements.push(e3), r3 !== t2 && (this._back = r3, t2._next = r3), ++this._size; |
| 8201 | } |
| 8202 | shift() { |
| 8203 | const e3 = this._front; |
| 8204 | let t2 = e3; |
no outgoing calls
no test coverage detected