elementAt method

T elementAt(
  1. int index
)

Implementation

T elementAt(int index) => iter[index];