caseInsensitiveMap

fun <Value : Any> caseInsensitiveMap(): MutableMap<String, Value>

Create an instance of case-insensitive mutable map. For internal use only.