tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Heap.pop
tango
util
container
more
Heap
Heap
Removes the top of this heap and returns it.
struct
Heap
(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
T
pop
(
)
Meta
Source
See Implementation
tango
util
container
more
Heap
Heap
functions
capacity
clear
clone
opOpAssign
peek
pop
push
remove
removeAll
removeAt
properties
size
Removes the top of this heap and returns it.