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
/
sharedList
shared
List
fun
<
V
>
sharedList
(
)
:
MutableList
<
V
>
(
source
)
Deprecated (with error)
Will be dropped with new memory model enabled by default
Replace with
mutableListOf<V>()
Content copied to clipboard