`('a'..'z').map { it.toString() }` seems to be the...
# getting-started
d
('a'..'z').map { it.toString() }
seems to be the shortest way, am I missing something?