Also, you can try `import kotlin.collections.asSeq...
# stdlib
i
Also, you can try
import kotlin.collections.asSequence as lazy
, although code completion doesn't work quite well for this aliased import currently.
❤️ 3