Contents

init(elements:)

View a typed span as a raw span.

Declaration

init<Element>(elements span: Span<Element>) where Element : ConvertibleToBytes

Discussion

Creates a RawSpan over the memory represented by a Span<Element>.