append(_:)
Appends a nonoptional value to the column.
Declaration
mutating func append(_ element: WrappedElement)Parameters
- element:
An optional element.
Appends a nonoptional value to the column.
mutating func append(_ element: WrappedElement)An optional element.