removeLast()
Remove the last byte from this span.
Declaration
@discardableResult mutating func removeLast() -> UInt8Return Value
The removed byte.
Discussion
Returns the last byte. The OutputRawSpan must not be empty.
Remove the last byte from this span.
@discardableResult mutating func removeLast() -> UInt8The removed byte.
Returns the last byte. The OutputRawSpan must not be empty.