Dictionary

struct Dictionary<Key, Value> : Collection, ExpressibleByDictionaryLiteral where Key : Hashable
  • Update left dictionary with keys, values from right

    Declaration

    Swift

    public static func += (left: inout [Key: Value], right: [Key: Value])

    Parameters

    left

    [Key: Value]

    right

    [Key: Value]