Files
rust/library/alloc/src/vec
Matthias Krüger fea9196e52 Rollup merge of #146293 - BenjaminBrienen:try_remove, r=joboet
feat: non-panicking `Vec::try_remove`

`if index < my_vector.len() { Some(my_vector.remove(index)) } else { None }` is annoying to write and non-panicking functions are broadly useful.

APC: https://github.com/rust-lang/libs-team/issues/649

Tracking issue: https://github.com/rust-lang/rust/issues/146954
2025-09-25 18:15:09 +02:00
..
2025-02-23 23:11:00 +07:00
2025-02-23 23:11:00 +07:00
2025-09-24 15:29:09 +02:00
2024-07-29 08:26:52 +10:00