mergearray ~master (2017-02-06T19:55:05Z)
Dub
Repo
PriorityQueue.width
mergearray
priorityqueue
PriorityQueue
The width of the PriorityQueue.
struct
PriorityQueue
(T, Alloc = GCAllocator, InnerPQ = SkewHeap!(T, Alloc), Flag!"EnableEmpty" EnableEmpty = No.EnableEmpty)
@
property
shared
size_t
width
(
)
Return Value
Type:
size_t
The number of InnerPQs held inside.
Meta
Source
See Implementation
mergearray
priorityqueue
PriorityQueue
aliases
ElementType
constructors
this
functions
empty
insert
merge
removeAny
swapEmptyWith
tryRemoveAny
properties
width
static functions
fixedAllocSize
variables
PerElemAllocSize
The width of the PriorityQueue.