EXTENSION

Dictionary

Methods

hasValue(for:)

public func hasValue(for key: Dictionary.Key) -> Bool

resolve(with:)

public func resolve(with other: [Key: Value]) -> Self

mergingNew(with:)

public func mergingNew(with other: [Key: Value]) -> Self

==(_:_:)

static func == (lhs: [Key: Value], rhs: [Key: Value]) -> Bool