mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: underscore-prefix String.core
Swift SVN r20411
This commit is contained in:
@@ -95,6 +95,6 @@ extension String {
|
||||
}
|
||||
|
||||
public var utf16: UTF16View {
|
||||
return UTF16View(core)
|
||||
return UTF16View(_core)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user