* Call a function for each element in this array. * (If this is not an array an error will be "fired" instead). * * @param func Called for each element in the array (starting at index 0 and counting up).
(func: ObjectParserArrayFunc<P>)
| 52 | * @param func Called for each element in the array (starting at index 0 and counting up). |
| 53 | */ |
| 54 | array(func: ObjectParserArrayFunc<P>): this; |
| 55 | |
| 56 | /** |
| 57 | * Call a function for each element in this array. |
no outgoing calls
no test coverage detected