Description Usage Arguments Value Examples
Converts a dictionary into a list of entries containing key/value pairs, of the form
list(entry(key = key1, value = value1), entry(key = key2, value = value2), ...)
.
Each element of the list is a list containing a key element and a value element, created using
the entry function. A list of entries can be collected back into a dictionary using
the collect function.
1 |
dict |
a dictionary |
a list containing lists with two items, key
and value
, for each entry in the
dictionary.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.