PriorityQueue.PerElemAllocSize

The total number of bytes that will be requested to the allocator in order to insert a single element (element size + overhead).

struct PriorityQueue(T, Alloc = GCAllocator, InnerPQ = SkewHeap!(T, Alloc), Flag!"EnableEmpty" EnableEmpty = No.EnableEmpty)
enum size_t PerElemAllocSize;

Meta