* Call a function for each element in this array. * (If this is not an array an error will be "fired" instead). * (This uses the raw values of the array - it does NOT wrap the element in "ObjectParserProp"). * * @param func Called for each element in the array (starting at index 0 and co
(func: ObjectParserArrayRawFunc<P>)
| 61 | * @param func Called for each element in the array (starting at index 0 and counting up). |
| 62 | */ |
| 63 | arrayRaw(func: ObjectParserArrayRawFunc<P>): this; |
| 64 | |
| 65 | /** |
| 66 | * Get a property of this object. |
no outgoing calls
no test coverage detected