+(_:_:)

public func +<Key,Value>(d1:Dictionary<Key,Value>, d2:Dictionary<Key,Value>) -> Dictionary<Key,Value>

Convenience function to create a new dictionary with the results of assignNewValuesFrom(_:) for two dictionaries of the same type.

  • Key

    Undocumented

    Declaration

    Swift

    public func +<Key,Value>(d1:Dictionary<Key,Value>, d2:Dictionary<Key,Value>) -> Dictionary<Key,Value>