package
1.24.4
Repository: https://pkg.go.dev/std
Documentation: pkg.go.dev

# Functions

All returns an iterator over key-value pairs from m.
Clone returns a copy of m.
Collect collects key-value pairs from seq into a new map and returns it.
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.
Insert adds the key-value pairs from seq to m.
Keys returns an iterator over keys in m.
Values returns an iterator over values in m.