Dictionary
extension Dictionary
-
Add dictionary to self in-place.
Declaration
Swift
public mutating func formUnion(_ dictionary: Dictionary)Parameters
dictionaryThe dictionary to add to self
-
Return a dictionary containing the union of two dictionaries
Declaration
Swift
public func union(_ dictionary: Dictionary) -> DictionaryParameters
dictionaryThe dictionary to add
Return Value
The combination of self and dictionary
View on GitHub
Install in Dash
Dictionary Extension Reference