Dictionary

@frozen
extension Dictionary

An extension that add the elements of one dictionary to another

  • An extension that add the elements of one dictionary to another

    Declaration

    Swift

    public mutating func add(_ dictionary: [Key : Value])