Contents

append(_:)

Appends a nonoptional value to the column.

Declaration

mutating func append(_ element: WrappedElement)

Parameters

  • element:

    An optional element.

See Also

Adding Elements