apple / swift-algorithms

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

Minor revisions to `minAndMax()` #143

Closed natecook1000 closed 3 years ago

natecook1000 commented 3 years ago

This removes the #ifs to land on a single implementation for minAndMax() and adds a couple of additional tests.

Checklist

natecook1000 commented 3 years ago

@swift-ci Please test