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