I would probably go for `st.asSequence().map { it ...
# getting-started
o
I would probably go for
st.asSequence().map { it as String }.forEachIndexed { index, string ->  }
👍 1