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