I don’t think there is `asIterable` for an iterato...
# getting-started
o
I don’t think there is
asIterable
for an iterator…
v
orangy: right, silly me did not check it first
But shouldn't it be available for consistency?
asSequence
usually means lazy, which is the wrong idea here
o
iterator can only be consumed once, so I think sequence is better suite here. Iterable would mean you can get iterator from it multiple times, which is wrong in this case