Files
rust/library/core/src
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
..
2023-09-01 12:29:40 +01:00
2023-10-13 14:54:33 +02:00
2023-12-14 19:05:03 -05:00
2023-12-12 07:03:37 +00:00
2024-01-09 14:15:45 +01:00
2023-12-22 11:14:11 +01:00
2024-01-21 20:12:00 +01:00
2023-12-22 11:01:42 +01:00
2023-06-29 01:55:03 +02:00
2023-04-16 07:20:26 +00:00
2023-07-28 14:46:17 +02:00
2023-12-10 10:56:22 +08:00
2023-09-06 09:47:22 -07:00
2024-01-20 18:27:55 +00:00
2023-11-15 21:45:48 -05: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
2023-11-05 19:45:17 +01:00
2023-12-22 11:14:11 +01:00