We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac254e commit e56ddfbCopy full SHA for e56ddfb
Foundation/NSCFString.swift
@@ -57,6 +57,7 @@ internal class _NSCFString : NSMutableString {
57
}
58
59
60
+@usableFromInline
61
internal final class _NSCFConstantString : _NSCFString {
62
internal var _ptr : UnsafePointer<UInt8> {
63
// FIXME: Split expression as a work-around for slow type
0 commit comments