dropLast(_:)

Inherited from Sequence.dropLast(_:).

Declaration

func dropLast(_ k: Int = 1) -> [Self.Element]