operator [] method
- @Since.new('3.6')
- int position
The value at position in this Array.
Implementation
@Since('3.6')
external T operator [](int position);
The value at position in this Array.
@Since('3.6')
external T operator [](int position);