Instance Property
インスタンスプロパティ
count
The number of elements in the set.
集合中の要素の数。
Technology
- Swift Standard Library
Swift標準ライブラリ
Discussion
解説
Complexity: O(1).
計算量:O(1)。
See Also
参照
Inspecting a Set
集合を調査する
var isEmpty: Bool
A Boolean value that indicates whether the set is empty.
集合が空かどうかを指し示すブール値。
var capacity: Int
The total number of elements that the set can contain without allocating new storage.
その集合が新しいストレージを割り当てることなく含むことができる要素の総数。