tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Heap.peek
tango
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
tango
util
container
more
Heap
Heap
functions
capacity
clear
clone
opOpAssign
peek
pop
push
remove
removeAll
removeAt
properties
size
Gets the value at the top of the heap without removing it.