apple / swift-algorithms

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

Add `ends(with:)` #224

Open amomchilov opened 6 months ago

amomchilov commented 6 months ago

This PR adds an end-counterpart to the built-in Sequence.starts(with:).

Checklist

amomchilov commented 2 weeks ago

@natecook1000 Is this looking good to merge?