Contents

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 OutputRawSpan

Topics

Initializers

Instance Properties

Instance Methods

Subscripts

See Also

Safe Memory Access