mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: change underestimateCount() into a method
rdar://19895265 Swift SVN r27346
This commit is contained in:
@@ -598,7 +598,7 @@ extension _StringCore : ExtensibleCollectionType {
|
||||
}
|
||||
}
|
||||
|
||||
let growth = s~>_underestimateCount()
|
||||
let growth = s._prext_underestimateCount()
|
||||
var g = s.generate()
|
||||
|
||||
if _fastPath(growth > 0) {
|
||||
|
||||
Reference in New Issue
Block a user