Contents

append(contentsOf:)

Appends the contents of a column slice to the column.

Declaration

mutating func append(contentsOf other: AnyColumnSlice)

Parameters

  • other:

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

See Also

Adding Elements