append(_:)

Adds an element to the end of the collection.

SyntaxCollection.swift:276
mutating func append(_ newElement: Element)

Parameters

newElement

The element to append to the collection.