The Iterator doesn't have `.take(n)` though. Is th...
# getting-started
j
The Iterator doesn't have
.take(n)
though. Is there an elegant way to take for instance the first 10 elements from an iterator?