quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.function.value
/
dictionaryOf
dictionary
Of
fun
dictionaryOf
(
vararg
pairs
:
Pair
<
String
,
OutputValue
<
*
>
>
)
:
DictionaryValue
<
OutputValue
<
*
>
>
fun
dictionaryOf
(
pairs
:
Iterable
<
Pair
<
String
,
OutputValue
<
*
>
>
>
)
:
DictionaryValue
<
OutputValue
<
*
>
>
Generates a
DictionaryValue
from key-value pairs.
Parameters
pairs
key-value pairs