Join Slack
Powered by
How do I create a map with case-insensitive string...
# announcements
d
dstarcev
03/06/2017, 4:00 PM
How do I create a map with case-insensitive string keys? Currently do so
mapOf(…).toSortedMap(CASE_INSENSITIVE_ORDER)
i
Ian
03/06/2017, 4:08 PM
dstarcev: Does that not work?
68
Views
Open in Slack
Previous
Next