swift-algorithms icon indicating copy to clipboard operation
swift-algorithms copied to clipboard

Add `ends(with:)`

Open amomchilov opened this issue 1 year ago • 1 comments

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

Checklist

  • [x] I've added at least one test that validates that my change is working, if appropriate
  • [x] I've followed the code style of the rest of the project
  • [x] I've read the Contribution Guidelines
  • [x] I've updated the documentation if necessary

amomchilov avatar Feb 18 '24 23:02 amomchilov