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 888985a commit 7677893Copy full SHA for 7677893
Sources/Algorithms/SortedDuplicates.swift
@@ -119,9 +119,6 @@ extension Sequence where Element: Comparable {
119
///
120
/// - Precondition: This sequence must be finite and sorted.
121
122
- /// - Parameters:
123
- /// - areInIncreasingOrder: The sorting predicate.
124
- ///
125
/// - Returns: An array with the earliest element in this sequence for
126
/// each value.
127
0 commit comments