Removes and returns the first element of the collection.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
Return Value
The first element of the collection if the collection is not empty; otherwise, nil
.
Discussion
Complexity: O(1)
Removes and returns the first element of the collection.
SDK
Framework
The first element of the collection if the collection is not empty; otherwise, nil
.
Complexity: O(1)