Clone returns a copy of the slice.
Equal reports whether two maps contain the same key/value pairs.
Keys returns the keys of the map m.
MergeCopy creates a new map by merging all key/value pairs from base and override.
Values returns the values of the map m.