Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork14.5k
Open
Description
Feature gate:#![feature(vec_try_remove)]
This is a tracking issue forrust-lang/libs-team#649
Non-panicking version ofVec::remove which returnsOption<T>.
Public API
// core::alloc::vecimpl<T>Vec<T>{pubfntry_remove(&mutself,index:usize) ->Option<T>;}
Steps / History
(Remember to update theS-tracking-* label when checking boxes.)
- Implementation:feat: non-panicking
Vec::try_remove#146293 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- More non panicking methods?