rust/library
bors 156da98b29 Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper
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.
2023-10-11 08:19:13 +00:00
..
2023-08-22 15:01:14 -07:00
2023-09-22 17:23:33 +05:30
2023-07-31 16:13:02 +08:00
2023-08-23 20:05:14 -04:00
2023-10-02 23:43:35 +02:00