append(objectsIn:)

public func append<S: Sequence>(objectsIn objects: S) where S.Iterator.Element == Element

Appends the objects in the given sequence to the end of the list.

Warning

This method may only be called during a write transaction.