Contents

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.

Discussion