Contents

append(contentsOf:)

Appends the contents of another column to the column.

Declaration

mutating func append(contentsOf other: AnyColumn)

Parameters

  • other:

    A column that contains elements of the same type as this column.

See Also

Adding Elements