Join Slack
Powered by
You can use `toList` on the range: `(1960..2018).m...
# getting-started
d
diesieben07
01/25/2018, 11:05 AM
You can use
toList
on the range:
(1960..2018).map { it.toString() }.toList()
2
Views
Open in Slack
Previous
Next