init(unsafeElements:)
Unsafely view a typed span as a raw span.
Declaration
init<Element>(unsafeElements span: Span<Element>)Discussion
Creates a RawSpan over the memory represented by a Span<Element>
Unsafely view a typed span as a raw span.
init<Element>(unsafeElements span: Span<Element>)Creates a RawSpan over the memory represented by a Span<Element>