Instance Property
インスタンスプロパティ
count
The number of key-value pairs in the dictionary.
辞書の中のキー値ペアの数。
Technology
- Swift Standard Library
Swift標準ライブラリ
Discussion
解説
Complexity: O(1).
計算量:O(1)。
See Also
参照
Inspecting a Dictionary
辞書を調査する
var isEmpty: Bool
A Boolean value that indicates whether the dictionary is empty.
辞書が空かどうかを指し示すブール値。
var capacity: Int
The total number of key-value pairs that the dictionary can contain without allocating new storage.
その辞書が新しいストレージをアロケートすることなく含むことが可能なキー値ペアの総数。