Returns a pointer to the specified item in the array.
A debug assertion will be raised if the index arguments are greater than or equal to the current array dimensions.
- Parameters
-
array | Array object. |
index0 | First dimension index. |
index1 | Second dimension index. |
- Returns
- Pointer to item.