()
| 457 | |
| 458 | // Modifications to the array must be done inside this class, in order to keep track of LOOP indexes |
| 459 | public array(): any[] { |
| 460 | return this.value; |
| 461 | } |
| 462 | |
| 463 | public clear(): void { |
| 464 | this.value = []; |
no outgoing calls
no test coverage detected