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.
Appends the contents of another column to the column.
mutating func append(contentsOf other: AnyColumn)A column that contains elements of the same type as this column.