Dictionary

internal extension Dictionary
  • Initializes a dictionary by combining the contents of an arbitrary number of dictionaries. In the case of colliding keys, the last dictionary’s value will be used.

    Declaration

    Swift

    init(_ dictionarys: Dictionary?...)