elt method
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],
);
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.
T elt(_i2.num i) => _i4.callMethod(
this,
'elt',
[i],
);