mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] _partition doesn't need to be public!
Thanks, Jordan Swift SVN r20194
This commit is contained in:
@@ -104,7 +104,7 @@ public func partition<
|
||||
return _partition(&elements, range, &less)
|
||||
}
|
||||
|
||||
public func _partition<
|
||||
func _partition<
|
||||
C: MutableCollectionType where C.Index: RandomAccessIndexType
|
||||
>(
|
||||
inout elements: C,
|
||||
|
||||
Reference in New Issue
Block a user