func setObject (Any, forKey : NSCopying)
Adds a given key-value pair to the dictionary.
与えられたキー値ペアを辞書に加えます。
func setValue (Any?, forKey : String)
Adds a given key-value pair to the dictionary.
与えられたキー値ペアを辞書に加えます。
func addEntries (from: [AnyHashable : Any])
Adds to the receiving dictionary the entries from another dictionary.
受け手側の辞書に別の辞書からの登録項目を加えます。