[stdlib] location/formLocation => index/formIndex

This commit is contained in:
Dave Abrahams
2016-04-26 17:46:16 -07:00
parent debde16e2c
commit 9bee5d182f
171 changed files with 1238 additions and 1238 deletions

View File

@@ -248,7 +248,7 @@ extension UnicodeScalar.UTF16View : Collection {
///
/// `endIndex` is not a valid argument to `subscript`, and is always
/// reachable from `startIndex` by zero or more applications of
/// `location(after:)`.
/// `index(after:)`.
var endIndex: Int {
return 0 + UTF16.width(value)
}