()
| 17202 | return index > -1 ? this._deleteByIndexes([index]) : 0 |
| 17203 | } |
| 17204 | reverse() { |
| 17205 | this._clearCueIndex() |
| 17206 | this._getSubparticlesArray().reverse() |
| 17207 | return this |
| 17208 | } |
| 17209 | shift() { |
| 17210 | if (!this.length) return null |
| 17211 | const particle = this._getSubparticlesArray().shift() |
no test coverage detected