(e3)
| 2407 | } else this._length += i3.length; |
| 2408 | } |
| 2409 | trimStart(e3) { |
| 2410 | e3 > this._length && (e3 = this._length), this._startIndex += e3, this._length -= e3, this.onTrimEmitter.fire(e3); |
| 2411 | } |
| 2412 | shiftElements(e3, t3, i3) { |
| 2413 | if (!(t3 <= 0)) { |
| 2414 | if (e3 < 0 || e3 >= this._length) throw new Error("start argument out of range"); |
no test coverage detected