https://kotlinlang.org logo
o

orangy

10/20/2016, 10:07 PM
I would probably go for
st.asSequence().map { it as String }.forEachIndexed { index, string ->  }
👍 1