init(elements:)
View a typed span as a raw span.
Declaration
init<Element>(elements span: Span<Element>) where Element : ConvertibleToBytesDiscussion
Creates a RawSpan over the memory represented by a Span<Element>.
View a typed span as a raw span.
init<Element>(elements span: Span<Element>) where Element : ConvertibleToBytesCreates a RawSpan over the memory represented by a Span<Element>.