removeLast()
Remove the last initialized element from this span.
Declaration
mutating func removeLast() -> ElementReturn Value
The removed element.
Discussion
Returns the last element. The OutputSpan must not be empty.
Remove the last initialized element from this span.
mutating func removeLast() -> ElementThe removed element.
Returns the last element. The OutputSpan must not be empty.