Map entry

entry

Map entry

(entry key value)

key (Any type): The key of the entry.
value (Any type): Value to be associated with the given key.

Generates a map entry associating the given value to the given key.

Key and value can be of any type

This element is to be used, primarily, when creating maps, as maps are generated by providing a sequence of entries to include in the map.

Guide index