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 51c8a81 commit d84db4cCopy full SHA for d84db4c
stdlib/public/core/StaticString.swift
@@ -39,6 +39,9 @@ public struct StaticString
39
CustomDebugStringConvertible,
40
CustomReflectable {
41
42
+ // FIXME(ABI): RawPointer is non-nullable, but we can store a null Unicode
43
+ // scalar in it. Change it to an integer.
44
+ //
45
/// Either a pointer to the start of UTF-8 data, or an integer representation
46
/// of a single Unicode scalar.
47
internal var _startPtrOrData: Builtin.RawPointer
0 commit comments