Contents

popFirst()

Removes and returns the first element of the collection.

Declaration

mutating func popFirst() -> Self.Element?

Return Value

The first element of the collection if the collection is not empty; otherwise, nil.

Discussion

See Also

Selecting and Excluding Elements