A mapping data structure in the Swift programming language, like Python dictionaries or Perl hashes.
Swift is a programming language designed for developing iOS and OSX applications. Dictionaries in the language are used to contain key-value pairs like dictionaries in Python or hashes in Perl. These types are known more generally as "associative arrays."
This tag should be used for questions about using dictionaries in Swift.
Relevant Links:
Swift collection types reference page in iOS developer library
Swift Overview Page
Associative Arrays Wikipedia page