Tracking Issue for BinaryHeap::contains
and BinaryHeap::remove
#82001
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(binary_heap_contains_remove)]
This is a tracking issue for
BinaryHeap::contains
andBinaryHeap::remove
. These methods are missing from theBinaryHeap
API and both are common operations that one would expect to have for any general-purpose container.Previous discussion: #66724.
Public API
Steps / History
BinaryHeap::contains
andBinaryHeap::remove
#82002Unresolved Questions
BinaryHeap
?The text was updated successfully, but these errors were encountered: