Kotlin's `Sequences` cover lazy evaluation in much...
# stdlib
a
Kotlin's
Sequences
cover lazy evaluation in much the same was as Scala's views and of course there's the usual
filter
,
map
and friends. Kotlin's heavy (and explicit) use of inlining also means lower overheads for such operations.