indexerFunc property

T Function(Pointer<T> ptr, int i) indexerFunc
getter/setter pair

Returns the T struct at index i of the array at ptr.

Implementation

T Function(Pointer<T> ptr, int i) indexerFunc;