init(elements:)
View a typed span as a raw span.
Declaration
init<Element>(elements span: Span<Element>) where Element : ConvertibleToBytesParameters
- span:
An existing
Span<Element>, from which thisRawSpanwill inherit its lifetime.
Discussion
Creates a RawSpan over the memory represented by a Span<Element>.