PriorityQueue.ElementType

The element type of the priority queue

struct PriorityQueue(T, Alloc = GCAllocator, InnerPQ = SkewHeap!(T, Alloc), Flag!"EnableEmpty" EnableEmpty = No.EnableEmpty)
alias ElementType = T

Meta