A Boolean value that indicates whether the set is empty.
SDK
- Xcode 10.0+
Framework
- Swift Standard Library
A Boolean value that indicates whether the set is empty.
SDK
Framework
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.