* Returns a copy of the internal results list as an Array.
()
| 129 | * Returns a copy of the internal results list as an Array. |
| 130 | */ |
| 131 | toArray(): T[] { |
| 132 | return this._results.slice(); |
| 133 | } |
| 134 | |
| 135 | toString(): string { |
| 136 | return this._results.toString(); |
no outgoing calls
no test coverage detected