tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Heap.size
tango
util
container
more
Heap
Heap
Returns the number of elements in this heap.
struct
Heap
(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
@
property
const
size_t
size
(
)
Meta
Source
See Implementation
tango
util
container
more
Heap
Heap
functions
capacity
clear
clone
opOpAssign
peek
pop
push
remove
removeAll
removeAt
properties
size
Returns the number of elements in this heap.