`inline fun <T> Iterable<T>.lazy() = a...
# stdlib
o
inline fun <T> Iterable<T>.lazy() = asSequence()
works for you? simple smile
❤️ 3