OutputRawSpan
OutputRawSpan is a reference to a contiguous region of memory which starts with some number of initialized bytes, followed by uninitialized memory. It provides operations to access the bytes it stores, as well as to append and to remove bytes.
Declaration
@frozen struct OutputRawSpanTopics
Initializers
Instance Properties
Instance Methods
append(_:)append(_:as:)append(_:as:)append(_:as:_:)append(repeating:count:as:)append(repeating:count:as:)append(repeating:count:as:_:)finalize(for:)finalize(for:)removeAll()removeLast()removeLast(_:)withUnsafeMutableBytes(_:)