Thread overview
[Issue 24751] [std.container.binaryheap] example uses heapify but there is no documentation
Sep 08
Dennis
September 08
https://issues.dlang.org/show_bug.cgi?id=24751

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org

--- Comment #1 from Nick Treleaven <nick@geany.org> ---
The ddoc page does list it: https://dlang.org/phobos/std_container_binaryheap.html

ddox lists it here: https://dlang.org/library-prerelease/std/container/binaryheap.html

This sub-page doesn't (but that's the intended design of ddox): https://dlang.org/library-prerelease/std/container/binaryheap/binary_heap.html

--
September 08
https://issues.dlang.org/show_bug.cgi?id=24751

--- Comment #2 from ppadilcdx@gmail.com ---
You are right - my bad. I'll blame it on not enough coffee. Feel free to delete, mark complete or whatever is the appropriate way to dispose of this report. Thank you.

--
September 08
https://issues.dlang.org/show_bug.cgi?id=24751

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dkorpel@live.nl
         Resolution|---                         |INVALID

--