PriorityArray.this

constructor for given size

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

Meta