We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db59482 commit ada2ca5Copy full SHA for ada2ca5
Sources/StringIntegerAccess/String + Integer access.swift
@@ -14,7 +14,6 @@ public extension String {
14
///
15
/// - Parameter characterIndex: The index of a character in this string
16
/// - Returns: An index offset by `characterIndex` from the start of the string
17
-
18
@inline(__always)
19
func index(_ characterIndex: Int) -> Index {
20
self.index(startIndex, offsetBy: characterIndex)
0 commit comments