Contents

removeFirst(_:)

Removes the specified number of elements from the beginning of the collection.

Declaration

mutating func removeFirst(_ k: Int)

Parameters

  • k:

    The number of elements to remove. k must be greater than or equal to zero, and must be less than or equal to the number of elements in the collection.

Discussion

See Also

Selecting and Excluding Elements