Join Slack
Powered by
I would probably go for `st.asSequence().map { it ...
# getting-started
o
orangy
10/20/2016, 10:07 PM
I would probably go for
st.asSequence().map { it as String }.forEachIndexed { index, string -> }
👍 1
Open in Slack
Previous
Next