Contents

init(viewing:)

View initialized raw memory as a span of bytes.

Declaration

init(viewing bytes: RawSpan)

Parameters

  • bytes:

    An existing RawSpan, which will define both this Span’s lifetime and the memory it represents.