Skip to content

Commit

Permalink
Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper
Browse files Browse the repository at this point in the history
Implement `slice::split_once` and `slice::rsplit_once`

Feature gate is `slice_split_once` and tracking issue is #112811. These are equivalents to the existing `str::split_once` and `str::rsplit_once` methods.
  • Loading branch information
bors committed Oct 11, 2023
2 parents bd60f08 + 857f4b0 commit 8d51fdb
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 8d51fdb

Please sign in to comment.