We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12dd3c commit 985f21fCopy full SHA for 985f21f
1 file changed
Sources/SortedArray.swift
@@ -277,7 +277,6 @@ extension SortedArray {
277
/// Returns the first index where the specified value appears in the collection.
278
/// Old name for `firstIndex(of:)`.
279
/// - Seealso: `firstIndex(of:)`
280
- @inlinable
281
public func index(of element: Element) -> Index? {
282
return firstIndex(of: element)
283
}
0 commit comments