Files
rust/library/core/src
Yuki Okushi 3ed9bbe970 Rollup merge of #95594 - the8472:raw_slice_methods, r=yaahc
Additional `*mut [T]` methods

Split out from #94247

This adds the following methods to raw slices that already exist on regular slices

* `*mut [T]::is_empty`
* `*mut [T]::split_at_mut`
* `*mut [T]::split_at_mut_unchecked`

These methods reduce the amount of unsafe code needed to migrate `ChunksMut` and related iterators
to raw slices (#94247)

r? `@m-ou-se`
2022-06-02 06:44:25 +09:00
..
2022-05-20 11:04:13 -03:00
2022-05-27 07:36:17 -04:00
2022-05-28 18:24:34 -04:00
2022-05-27 07:36:17 -04:00
2022-04-02 02:45:49 -04:00
2022-05-22 07:18:32 -03:00
2022-05-04 13:22:08 +02:00
2022-05-23 18:04:53 +09:00
2022-04-07 20:03:24 -04:00
2022-05-06 09:34:41 +02:00
2022-05-30 22:38:29 +00:00
2022-05-22 07:18:32 -03:00
2022-04-05 23:18:40 +02:00
2022-04-05 23:18:40 +02:00
2022-04-10 12:41:31 -07:00
2020-07-27 19:51:13 -05:00
2022-04-12 16:23:36 -03:00