Convert this to a plain javascript array.
()
| 120 | |
| 121 | /** Convert this to a plain javascript array. */ |
| 122 | array(): T[]; |
| 123 | |
| 124 | /** Allow iterating directly over the array. */ |
| 125 | [Symbol.iterator](): Iterator<T>; |
no outgoing calls
no test coverage detected