iterator method

Iterator<R> iterator()
inherited

Implementation

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