Proposal: let's make `.lazy()` to be an alias to ...
# stdlib
v
Proposal: let's make
.lazy()
to be an alias to
.asSequence()
It is much shorter (6 vs 12) and expresses the intent The only problem I see is the collision with
by lazy{}
, but at this point it is like a keyword reuse