combineMapsCanDestroy

fun combineMapsCanDestroy(destination: A_Map, source: A_Map, canDestroy: Boolean): A_BasicObject

Combine the two maps into a single map, destroying the destination if possible and appropriate.

Return

The resultant map.

Parameters

destination

The destination map.

source

The source map.

canDestroy

true if the operation is permitted to modify the destination map in situ (if it is mutable), false otherwise.