iterator method

Iterator<A> iterator()

Implementation

Iterator<A> iterator() => new _IListIterator(this);