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: [email protected]
Reporter: [email protected]
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.
--