You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was using heapless::BinaryHeap, I found that it lacked a retain method similar to std::BinaryHeap::retain.
Would you be open to the addition of such a method?
While I was using
heapless::BinaryHeap, I found that it lacked aretainmethod similar tostd::BinaryHeap::retain.Would you be open to the addition of such a method?