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