copyMap

Util.copyMap()
copyMap(input: Map): Map

Performs a shallow copy of a Map.

Parameters

input: Map

The Map to be copied

Returns: Map