Contents

append(_:)

Adds the specified entity to the end of this collection.

Declaration

mutating func append(_ entity: Entity)

Parameters

  • entity:

    The entity to add to the collection.

Discussion