apple / swift-algorithms

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

Make trimming helper methods public #211

Closed natecook1000 closed 9 months ago

natecook1000 commented 9 months ago

This supplants #186, making the endOfPrefix(while:) and startOfSuffix(while:) methods public.

Checklist

natecook1000 commented 9 months ago

@swift-ci Please test