elementAt method

Node elementAt (int index)

Implementation

Node elementAt(int index) => this[index];