PriorityQueue.width

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