www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 24751] New: [std.container.binaryheap] example uses heapify

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

          Issue ID: 24751
           Summary: [std.container.binaryheap] example uses heapify but
                    there is no documentation
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/phobos/
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: ppadilcdx gmail.com

The std doc page for [std.container.binaryheap] example uses a routine named
"heapify" but there is no documentation about it in the page with the rest of
the functions. Users have to look at the source to figure out where this
function came from.

--
Sep 07