micro_utils.dokka
Toggle table of contents
0.29.4
common
Target filter
common
Switch theme
Search in API
Skip to content
micro_utils.dokka
micro_utils.dokka
/
dev.inmo.micro_utils.meta
/
MetaContainer
/
Builder
/
put
put
fun
<
T
:
Any
>
put
(
k
:
MetaContainer.Key
<
T
>
,
v
:
T
)
(
source
)
Puts a value associated with the given key into the builder.
Parameters
k
The type-safe key.
v
The value to store.