Indeed <@U1ENTFTA4> `chunked` is what I need/want....
# getting-started
h
Indeed @marstran
chunked
is what I need/want. @diesieben07
sequenceOf(1, 2, 3, 4, 5, 6, 7).iterator().asSequence().run...
still prints 1,2,3, so it’s not really emptying/consuming the sequence when using
take
.