Is it `listOf("a", "b", "c") -> listOf("a", "-"...
# getting-started
k
Is it
listOf("a", "b", "c") -> listOf("a", "-", "b", "-", "c")
?