The last element of the collection.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Discussion
If the collection is empty, the value of this property is nil
.
Complexity: O(1)
The last element of the collection.
SDK
Framework
If the collection is empty, the value of this property is nil
.
Complexity: O(1)