()
| 56 | |
| 57 | // Indicates whether this is the last item in the collection. |
| 58 | get last(): boolean { |
| 59 | return this.index === this.count - 1; |
| 60 | } |
| 61 | |
| 62 | // Indicates whether an index of this item in the collection is even. |
| 63 | get even(): boolean { |
no outgoing calls
no test coverage detected