Contents

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.

Discussion