PriorityQueue.this

constructor that gets content from arbitrary range

  1. this()
  2. this(_pred p)
  3. this(_pred p, Stuff data)
    struct PriorityQueue(V, alias _pred = "a < b")
    static if(dynamicPred)
    this
    (
    Stuff
    )
    (
    _pred p
    ,
    Stuff data
    )
    if (
    isInputRange!Stuff &&
    is(ElementType!Stuff : V)
    )
  4. this(Stuff data)

Meta