(quantity = 1)
| 15917 | return this.filter(particle => !particle.has(cue)) |
| 15918 | } |
| 15919 | first(quantity = 1) { |
| 15920 | return this.limit(quantity, 0) |
| 15921 | } |
| 15922 | last(quantity = 1) { |
| 15923 | return this.limit(quantity, this.length - quantity) |
| 15924 | } |
no test coverage detected