mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Add underscore to internal member
This commit is contained in:
@@ -268,11 +268,11 @@ extension _StringGuts {
|
||||
|
||||
@inlinable @inline(__always)
|
||||
internal var startIndex: String.Index {
|
||||
return Index(_encodedOffset: 0).aligned
|
||||
return Index(_encodedOffset: 0)._aligned
|
||||
}
|
||||
@inlinable @inline(__always)
|
||||
internal var endIndex: String.Index {
|
||||
return Index(_encodedOffset: self.count).aligned
|
||||
return Index(_encodedOffset: self.count)._aligned
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user