BinaryHeap

bearophile bearophileHUGS at lycos.com
Thu Nov 7 04:29:43 PST 2013


Agustin:

> no property 'popFront' for type 'BinaryHeap!(uint[])'

Try to use front and removeFront (I don't know why there is 
removeFront instead of popFront).

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list