Dictionary

@frozen
struct Dictionary<Key, Value> where Key : Hashable

Dictionary arguments can be constructed from strings on the form:

key1=value1,key2=value2,...