operator [] method

T operator [] (int index)

Creates a reference to access the fields of this struct backed by native memory at address + sizeOf<T>() * index.

The address must be aligned according to the struct alignment rules of the platform.

Implementation

external T operator [](int index);