Contents

span

A span over the UTF-8 code units that make up this string.

Declaration

var span: Span<UTF8.CodeUnit> { get }

Return Value

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

Discussion