Tracking Issue for VecDeque::pop_front_if
& VecDeque::pop_back_if
#135889
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(vec_deque_pop_if)]
Similar to #122741, but this time with
VecDeque
instead ofVec
.Public API
Steps / History
pop_if
orEntry
/Peek
-like API forVec
andVecDeque
libs-team#208VecDeque::pop_front_if
&VecDeque::pop_back_if
#135890Unresolved Questions
Vec::pop_if
uses an explicit generic parameter for the predicate. But that might change (Tracking Issue forVec::pop_if
#122741 (comment)). If it does not, probably change these methods instead to be consistent.Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: