# Functions
Clear removes all entries from m, leaving it empty.
Clone returns a copy of m.
Copy copies all key/value pairs in src adding them to dst.
DeleteFunc deletes any key/value pairs from m for which del returns true.
Equal reports whether two maps contain the same key/value pairs.
EqualFunc is like Equal, but compares values using eq.
Keys returns the keys of the map m.
Values returns the values of the map m.