bitkid
listOf(Pair("a","b"), Pair("a","c"), Pair("b","d"))
mapOf("a" to ["b","c"], "b" to "d")
Dominaezzz
groupBy({ it.first }, { it.second })