How do I create a map with case-insensitive string...
# announcements
d
How do I create a map with case-insensitive string keys? Currently do so
mapOf(…).toSortedMap(CASE_INSENSITIVE_ORDER)
i
dstarcev: Does that not work?