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.
2 parents 6626a2b + b620fa7 commit 953011dCopy full SHA for 953011d
Source/Charts/Utils/Partition.swift
@@ -30,7 +30,7 @@ extension Collection {
30
///
31
/// - Complexity: O(log *n*), where *n* is the length of this collection if
32
/// the collection conforms to `RandomAccessCollection`, otherwise O(*n*).
33
- func partitioningIndex(
+ public func partitioningIndex(
34
where belongsInSecondPartition: (Element) throws -> Bool
35
) rethrows -> Index {
36
var n = count
0 commit comments