rust/library
Trevor Gross 01337bf1fd Remove {,r}split_array_ref{,_mut} methods from slices
The functionality of these methods from `split_array` has been absorbed by the
`slice_first_last_chunk` feature. This only affects the methods on slices,
not those with the same name that are implemented on array types.

Also adjusts testing to reflect this change.
2023-11-29 23:21:57 -05:00
..
2023-10-31 16:35:59 +08:00
2023-10-23 15:11:37 -04:00
2023-09-22 17:23:33 +05:30
2023-08-23 20:05:14 -04:00
2023-10-12 11:11:29 +02:00