()
| 17207 | return this |
| 17208 | } |
| 17209 | shift() { |
| 17210 | if (!this.length) return null |
| 17211 | const particle = this._getSubparticlesArray().shift() |
| 17212 | return particle.copyTo(new this.constructor(), 0) |
| 17213 | } |
| 17214 | sort(fn) { |
| 17215 | this._getSubparticlesArray().sort(fn) |
| 17216 | this._clearCueIndex() |
no test coverage detected