Contents

append(_:)

Appends an optional element to the column.

Declaration

mutating func append(_ element: Any?)

Parameters

  • element:

    An element.

See Also

Adding Elements