+=(_:_:)

public func += <KeyType, ValueType> (left: inout [KeyType: ValueType], right: [KeyType: ValueType])

Combines the first dictionary with the second and returns single dictionary

  • Declaration

    Swift

    public func += <KeyType, ValueType> (left: inout [KeyType: ValueType], right: [KeyType: ValueType])