digitalmars.D.learn - Searching the std.algorithm.BinaryHeap
- =?utf-8?B?VG9tZWsgU293acWEc2tp?= (4/4) Jan 06 2010 Dumb question: how do I find an element in a BinaryHeap (or in general
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
Jan 06 2010