Ah, duh: just call the `iterator()` method on `Ite...
# announcements
r
Ah, duh: just call the
iterator()
method on
Iterable
first:
someIterableAndIterator.iterator().asSequence()