ktor-utils
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-utils
ktor-utils
/
io.ktor.util
/
caseInsensitiveMap
case
Insensitive
Map
fun
<
Value
:
Any
>
caseInsensitiveMap
(
)
:
MutableMap
<
String
,
Value
>
(
source
)
Create an instance of case-insensitive mutable map. For internal use only.
Report a problem