ktor-utils
Toggle table of contents
3.3.0
common
Platform filter
common
Switch theme
Search in API
ktor-utils
ktor-utils
/
io.ktor.util.collections
/
sharedMap
shared
Map
fun
<
K
:
Any
,
V
:
Any
>
sharedMap
(
initialCapacity
:
Int
=
8
)
:
MutableMap
<
K
,
V
>
(
source
)
Deprecated (with error)
Will be dropped with new memory model enabled by default
Replace with
mutableMapOf()
Content copied to clipboard