PriorityArray.this

constructor taking a range

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

Meta