PriorityQueue.this

Undocumented in source.
  1. this()
    struct PriorityQueue(V, alias _pred = "a < b")
    @disable
    static if(dynamicPred)
    this
    ()
  2. this(_pred p)
  3. this(_pred p, Stuff data)
  4. this(Stuff data)

Meta