Re: Why does std.container.BinaryHeap use RefCounted?

2014-12-16 Thread Shammah Chancellor via Digitalmars-d
On 2014-12-16 07:57:32 +, Tobias Pankrath said: Original: http://forum.dlang.org/thread/uapqmdbtadpwnciwf...@forum.dlang.org Reposting here, because I got no answer in D.learn: std.container.BinrayHeap (http://dlang.org/library/std/container/BinaryHeap.html) implements a binary heap on top

Why does std.container.BinaryHeap use RefCounted?

2014-12-16 Thread Tobias Pankrath via Digitalmars-d
Original: http://forum.dlang.org/thread/uapqmdbtadpwnciwf...@forum.dlang.org Reposting here, because I got no answer in D.learn: std.container.BinrayHeap (http://dlang.org/library/std/container/BinaryHeap.html) implements a binary heap on top of a) a given random access range or b) another conta