-
Notifications
You must be signed in to change notification settings - Fork 468
Add new heading and description for partitionIndex π€·ββοΈ. #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new heading and description for partitionIndex π€·ββοΈ. #137
Conversation
README.md
Outdated
| - [`split(maxSplits:omittingEmptySubsequences:whereSeparator)`, `split(separator:maxSplits:omittingEmptySubsequences)`](https://github.com/apple/swift-algorithms/blob/main/Guides/LazySplit.md): Lazy versions of the Standard Library's eager operations that split sequences and collections into subsequences separated by the specified separator element. | ||
| - [`windows(ofCount:)`](https://github.com/apple/swift-algorithms/blob/main/Guides/Windows.md): Breaks a collection into overlapping subsequences where elements are slices from the original collection. | ||
|
|
||
| #### Binary Search Partitions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this deserves its own heading, then it should follow the same capitalization and grammatical phrasing as other headings, and it should be above "Other useful operations"; otherwise, it should be added to the latter section in alphabetical order.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add it to "Other useful operations" for now, thanks!
Co-authored-by: Nate Cook <[email protected]>
|
@swift-ci Please test |
Co-authored-by: Xiaodi Wu <[email protected]>
|
@swift-ci Please test |
I think this is what the
partitionIndexmethod needs to be described as per #131, please let me know any feedback π.Checklist