Dictionary

extension Dictionary

Creates a dictionary by merging the given dictionary into this dictionary, replacing values with values of the other dictionary.

  • Undocumented

    Declaration

    Swift

    func merged(with other: Dictionary) -> Dictionary