January 06, 2010 Searching the std.algorithm.BinaryHeap | ||||
|---|---|---|---|---|
| ||||
Dumb question: how do I find an element in a BinaryHeap (or in general traverse it)? It's not a range, so std.algorithm.find won't work. I don't want BinaryHeap.release() because it clears the heap. Tomek | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply