package
0.0.0-20240516074307-7418c0280eac
Repository: https://github.com/bioforestchain/dweb-browser-matrix-service-search.git
Documentation: pkg.go.dev

# 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.