tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Heap.clear
tango
util
container
more
Heap
Heap
reset this heap, and use the provided host for value elements
void
clear
()
void
clear
(T[] host)
struct
Heap
(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
void
clear
(
T
[]
host
)
Meta
Source
See Implementation
tango
util
container
more
Heap
Heap
functions
capacity
clear
clone
opOpAssign
peek
pop
push
remove
removeAll
removeAt
properties
size
reset this heap, and use the provided host for value elements