We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b4122 commit 98b3bf8Copy full SHA for 98b3bf8
stdlib/public/core/StringUTF8.swift
@@ -92,7 +92,10 @@ extension _StringCore {
92
93
extension String {
94
/// A collection of UTF-8 code units that encodes a `String` value.
95
- public struct UTF8View : Collection, CustomStringConvertible, CustomDebugStringConvertible {
+ public struct UTF8View
96
+ : Collection,
97
+ CustomStringConvertible,
98
+ CustomDebugStringConvertible {
99
internal let _core: _StringCore
100
internal let _startIndex: Index
101
internal let _endIndex: Index
0 commit comments