removingFirst

Creates a new collection by removing the first element.

SyntaxCollection.swift:208

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

func removingFirst() -> Self

Returns

A new collection with the first element removed.