iterator method

Iterator<A> iterator()

Implementation

Iterator<A> iterator() => toIterable().iterator;