BinaryHeap.this

Undocumented in source.
  1. this()
    struct BinaryHeap(alias less = "a < b", Store)
    @disable
    this
    ()
    if (
    isRandomAccessRange!Store ||
    isRandomAccessRange!(typeof(Store.init[]))
    )
  2. this(Store s, size_t initialSize)

Meta