https://kotlinlang.org logo
h

holgerbrandl

05/02/2018, 2:03 PM
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
.