combine Maps Can Destroy
fun combineMapsCanDestroy( destination: A_Map, source: A_Map, canDestroy: Boolean): A_BasicObject
Content copied to clipboard
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.
can Destroy
true if the operation is permitted to modify the destination map in situ (if it is mutable), false otherwise.