operator [] method
- int index
This extension method must be invoked on a receiver of type Pointer<T>
where T
is a compile-time constant type.
Implementation
external T operator [](int index);
This extension method must be invoked on a receiver of type Pointer<T>
where T
is a compile-time constant type.
external T operator [](int index);