cache
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache
map
/
dev.kord.cache.map
/
MapLikeCollection
/
Companion
/
readOnly
read
Only
fun
<
K
,
V
:
Any
>
readOnly
(
map
:
Map
<
K
,
V
>
)
:
MapLikeCollection
<
K
,
V
>
Wraps the
map
in a
MapLikeCollection
that ignores inserted values.