A Stream is not an Iterable, even though it has a method iterator(). So I think this would be a nice additional method to have. Please let me know if there are better ways to construct a LazySeq from a Stream and have a strong opinion about this 😄
A
Stream
is not anIterable
, even though it has a methoditerator()
. So I think this would be a nice additional method to have. Please let me know if there are better ways to construct aLazySeq
from aStream
and have a strong opinion about this 😄