iterator method

Iterator<R> iterator()

Implementation

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