6 lines
180 B
HTML
6 lines
180 B
HTML
<html>
|
|
<body>
|
|
This intention converts a for-loop into a sequence of stdlib-operations (like "map", "filter" etc) with lazy evaluation (using 'asSequence()' method)
|
|
</body>
|
|
</html>
|