append(contentsOf:)
Appends the elements of the given column to the end of this column.
Declaration
mutating func append(contentsOf newColumn: MLUntypedColumn)Parameters
- newColumn:
Another column to append to the column.
Appends the elements of the given column to the end of this column.
mutating func append(contentsOf newColumn: MLUntypedColumn)Another column to append to the column.