https://kotlinlang.org logo
#stdlib
Title
# stdlib
a

andrewoma

02/06/2016, 4:40 AM
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.