Contents

append(contentsOf:)

Appends a sequence of nonoptional values to the column.

Declaration

mutating func append<S>(contentsOf sequence: S) where WrappedElement == S.Element, S : Sequence

Parameters

  • sequence:

    A sequence of nonoptional elements.

See Also

Adding Elements