Skip to content

Rename sortedPrefix methods #77

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 7 commits into from
Feb 26, 2021
Merged

Rename sortedPrefix methods #77

merged 7 commits into from
Feb 26, 2021

Conversation

natecook1000
Copy link
Member

@natecook1000 natecook1000 commented Feb 16, 2021

This will update the sortedPrefix methods to prepare for the next release.

Checklist

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

In order to still provide the optimization when `count` is close to
a collection's length, we include a Collection-specific overload of
all methods. These won't be accessed when in a Sequence-generic context,
but it's the best we can do without adding these methods as protocol
requirements.
@natecook1000 natecook1000 changed the title Rename sortedPrefix and slidingWindows methods Rename sortedPrefix methods Feb 17, 2021
@natecook1000 natecook1000 mentioned this pull request Feb 18, 2021
6 tasks
@natecook1000 natecook1000 marked this pull request as ready for review February 25, 2021 20:02
@natecook1000 natecook1000 merged commit bd64bef into main Feb 26, 2021
@natecook1000 natecook1000 deleted the nate/renamings branch February 26, 2021 19:57
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants