removingLast

Creates a new collection by removing the last element.

SyntaxCollection.swift:218

This declaration is deprecated: Use CollectionType(node.dropLast())

func removingLast() -> Self

Returns

A new collection with the last element removed.