apple / swift-algorithms

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

Fix compile errors for Swift 6 language mode #230

Open b1ackturtle opened 2 months ago

b1ackturtle commented 2 months ago

This PR fixes code that caused compile errors when enabling the Swift 6 language mode.

Checklist