Contents

span

A span used to access the code units.

Declaration

var span: Span<UInt8> { get }

Return Value

A Span over the UTF-8 code units of this UTF8Span.

Discussion