About

Metadata

  • Last updated , by mtth
  • License MIT
  • Categories Data Structures
  • Maintained by: mtth@apache.org

  • Lottery factor: 0

Links

Installation

Readme

More containers Stackage LTS Stackage Nightly Hackage Build Status

  • Multimap

    [...] a multimap (sometimes also multihash or multidict) is a generalization of a map or associative array abstract data type in which more than one value may be associated with and returned for a given key. -- Wikipedia

  • Multiset

    [...] a multiset (aka bag or mset) is a modification of the concept of a set that, unlike a set, allows for multiple instances for each of its elements. -- Wikipedia