Home
last modified time | relevance | path

Searched refs:minHeap (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dbinaryheap.d32 auto minHeap = heapify!"a > b"([4, 7, 3, 1, 5]); variable
33 assert(minHeap.take(3).equal([1, 3, 4]));
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dbinaryheap.d32 auto minHeap = heapify!"a > b"([4, 7, 3, 1, 5]); variable
33 assert(minHeap.take(3).equal([1, 3, 4]));