Matthias Krüger 99b4f80f73
Rollup merge of #118578 - mina86:c, r=dtolnay
core: introduce split_at{,_mut}_checked

Introduce split_at_checked and split_at_mut_checked methods to slices
types (including str) which are non-panicking versions of split_at and
split_at_mut  respectively.  This is analogous to get method being
non-panicking version of indexing.

- https://github.com/rust-lang/libs-team/issues/308
- https://github.com/rust-lang/rust/issues/119128
2024-01-22 16:13:24 +01:00
..
2024-01-09 14:15:45 +01:00
2024-01-21 20:12:00 +01:00
2024-01-20 18:27:55 +00:00
2024-01-04 15:48:22 -08:00
2024-01-11 13:33:27 +01:00
2024-01-07 08:57:23 -08:00