func setObject (Any, forKey : NSCopying)
Adds a given key-value pair to the dictionary.
与えられたキー値ペアを辞書に加えます。
func addEntries (from: [AnyHashable : Any])
Adds to the receiving dictionary the entries from another dictionary.
受け手側の辞書に別の辞書からの登録項目を加えます。
func setDictionary ([AnyHashable : Any])
Sets the contents of the receiving dictionary to entries in a given dictionary.
受け手側の辞書の内容をある与えられた辞書の中の登録項目に設定します。