init(capacity: Int)
Initializes a newly allocated mutable dictionary, allocating enough memory to hold
numItems
entries.
新しくアロケートされた可変辞書を初期化します、十分なメモリをアロケートすることでnumItems
登録項目を保持しています。
init(sharedKeySet : Any)
Creates a mutable dictionary which is optimized for dealing with a known set of keys.
既知のキーの集合を取り扱うために初期化される可変辞書を作成します。