append(contentsOf:)
Appends the contents of the given data table to the end of this data table.
Declaration
mutating func append(contentsOf newTable: MLDataTable)Parameters
- newTable:
Another data table to append to the data table.
Appends the contents of the given data table to the end of this data table.
mutating func append(contentsOf newTable: MLDataTable)Another data table to append to the data table.