ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
Heap.pop
ocean
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
ocean
util
container
more
Heap
Heap
aliases
remove
functions
capacity
clear
clone
peek
pop
push
removeAll
removeAt
size
templates
opOpAssign
Removes the top of this heap and returns it.