append(contentsOf:)
Appends the elements of the given column to the end of this column.
Declaration
mutating func append(contentsOf newColumn: MLDataColumn<Element>)Parameters
- newColumn:
A column to append.
Appends the elements of the given column to the end of this column.
mutating func append(contentsOf newColumn: MLDataColumn<Element>)A column to append.