Skip to content

Commit b45bc76

Browse files
committed
Make _partitioned internal
1 parent 9d70c19 commit b45bc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Algorithms/Partition.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ extension Sequence {
245245
}
246246

247247
@inlinable
248-
public func _partitioned(
248+
internal func _partitioned(
249249
_ belongsInSecondCollection: (Element) throws -> Bool
250250
) rethrows -> ([Element], [Element]) {
251251
var lhs = ContiguousArray<Element>()

0 commit comments

Comments
 (0)