The number of elements in the array.
SDK
- Xcode 9.3+
Framework
- Swift Standard Library
The number of elements in the array.
SDK
Framework
var is Empty: Bool
A Boolean value indicating whether the collection is empty.
var capacity: Int
The total number of elements that the array can contain without allocating new storage.