I just randomly discovered kotlin Sequences (<http...
# announcements
g
I just randomly discovered kotlin Sequences (https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/index.html) while reading the AMA on Reddit. Is it mentioned in the doc (other than the reference) ? It would be nice to talk about it in the page of collection as it could be really useful. Also a tutorial on laziness would be nice. i think i could use it in my app, but don’t know yet how to do that.
a
As far as I know Sequences are only mentioned in the reference documents. Its also worth reading about buildSequence syntax: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines.experimental/build-sequence.html
👍 1
g
Read that but didn’t understood everything. I’ll try to read it again later.