operator [] method

  1. @Since('3.6')
T operator [](
  1. int position
)

The value at position in this Array.

Implementation

@Since('3.6')
external T operator [](int position);