# Functions
AssignSlice convert a slice to a map.
Clone returns a copy of src.
Copy copies all key/value pairs in src adding them to dst.
Keys copy all keys in the map as a slice.
KeysFunc copy all keys where fc returns true from src to the slice.
No description provided by the author