ocean v5.1.3 (2019-10-14T07:52:28Z)
Home
Dub
Repo
Heap.peek
ocean
util
container
more
Heap
Heap
Gets the value at the top of the heap without removing it.
struct
Heap
(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
T
peek
(
)
Meta
Source
See Implementation
ocean
util
container
more
Heap
Heap
aliases
opCatAssign
remove
functions
capacity
clear
clone
peek
pop
push
removeAll
removeAt
size
Gets the value at the top of the heap without removing it.