Instance Property
インスタンスプロパティ
is
isEmpty
A Boolean value that indicates whether the set is empty.
集合が空かどうかを指し示すブール値。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
var isEmpty: Bool
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Inspecting a Set 集合を調査する
var count: Int
The number of elements in the set.
集合中の要素の数。
var capacity: Int
The total number of elements that the set can contain without allocating new storage.
その集合が新しいストレージを割り当てることなく含むことができる要素の総数。