You can use `toList` on the range: `(1960..2018).m...
# getting-started
d
You can use
toList
on the range:
(1960..2018).map { it.toString() }.toList()