I’m curious why the Iterable extension `take` retu...
# stdlib
j
I’m curious why the Iterable extension
take
returns a List, rather than a wrapper Iterable that simply stops at the specified size.