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 29e4f58 commit b620fa7Copy full SHA for b620fa7
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