listOf("a", "a").asSequence().map { it to it }.toM...
# announcements
b
listOf("a", "a").asSequence().map { it to it }.toMap() {a=a}