mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SetAlgebra conformance errors
This commit is contained in:
@@ -220,7 +220,7 @@ public struct _StringCore {
|
||||
|
||||
/// Are we using an `NSString` for storage?
|
||||
public var hasCocoaBuffer: Bool {
|
||||
return Int((_countAndFlags << 1)._storage) < 0
|
||||
return Int((_countAndFlags << 1)._value) < 0
|
||||
}
|
||||
|
||||
public var startASCII: UnsafeMutablePointer<UTF8.CodeUnit> {
|
||||
|
||||
Reference in New Issue
Block a user