An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/jwangsadinata/go-multimap : v0.0.0-20190620162914-c29f3d7f33b6

Package multimap provides an abstract MultiMap interface. Multimap is a collection that maps keys to values, similar to map. However, each key may be associated with multiple values. You can visualize the contents of a multimap either as a map from keys to nonempty collections of values: ... or a single "flattened" collection of key-value pairs. Similar to a map, operations associated with this data type allow: - the addition of a pair to the collection - the removal of a pair from the collection - the lookup of a value associated with a particular key - the lookup whether a key, value or key/value pair exists in this data type.

Registry - Documentation - Download - JSON - codemeta.json
purl: pkg:golang/github.com/jwangsadinata/go-multimap@v0.0.0-20190620162914-c29f3d7f33b6
Published:
Indexed:

    Loading...
    Readme
    Loading...