Skip to main content
Apple Developer Docs
Fonts
Symbols
×
Swift
/
AnySequence
/
dropLast(_:)
dropLast(_:)
Declaration
func
dropLast
(
_
n
:
Int
= 1) -> [
Element
]