The number of elements in the set.
SDK
- Xcode 10.0+
Framework
- Swift Standard Library
Declaration
Discussion
Complexity: O(1).
The number of elements in the set.
SDK
Framework
Complexity: O(1).
var is Empty: 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.