apple / swift-algorithms

Commonly used sequence and collection algorithms for Swift
Apache License 2.0
5.97k stars 443 forks source link

[test] Adding missing partition tests #95

Closed LucianoPAlmeida closed 3 years ago

LucianoPAlmeida commented 3 years ago

I just note that partition(subrange:) both BidirectionalCollection(specialized) and MutableCollection overloads. So this just adds the tests :)

cc @natecook1000 @timvermeulen @kylemacomber

Replace this paragraph with a description of your changes and rationale. Provide links to an existing issue or external references/discussions, if appropriate.

Checklist

natecook1000 commented 3 years ago

@swift-ci Please test