PriorityQueue.this

Construct a new PriorityQueue, which is a handle to width InnerPQs allocated using Alloc.

struct PriorityQueue(T, Alloc = GCAllocator, InnerPQ = SkewHeap!(T, Alloc), Flag!"EnableEmpty" EnableEmpty = No.EnableEmpty)
shared
this
(
size_t width
,
size_t handleId
)

Parameters

width size_t

The number of InnerPQs.

handleId size_t

A unique identifier among PriorityQueues with the same width.

Meta