append(_:)
Append a single element to this span.
Declaration
mutating func append(_ value: consuming Element)Parameters
- value:
The element to append.
Append a single element to this span.
mutating func append(_ value: consuming Element)The element to append.