elt method

T elt(
  1. num i
)

Returns the element at the given index. @param {number} i int The index of the element to return. @return {T} the value at the given index.

Implementation

T elt(_i2.num i) => _i4.callMethod(
      this,
      'elt',
      [i],
    );