# Functions
Copy makes a shallow copy of a map.
Exists determines if the specified key exists in a map.
Merge merges the contents of several maps together into the first provided map.
Merged has the same behavior as Merge(), except that the maps are merged into a newly allocated map, not one of the parameters.