Maps and arrays Functions
Introduction
Availability
Maps
Introduction
map:merge(
(
map:entry('number', 42),
map:entry('string', 'forty-two'),
map:entry('node', instance()),
map:entry('sequence', 1 to 10)
)
)