Heap.this

Construct a Heap from a heapHandle.

If own is true destroys the heapHandle on destruction using HeapDestroy.

  1. this()
  2. this(CreateOptions options, size_t initialSize, size_t maximumSize)
  3. this(HANDLE heapHandle, bool own)
    struct Heap
    @safe pure nothrow @nogc
    this
    (
    HANDLE heapHandle
    ,
    in bool own = true
    )
    out { assert (associated); }

Meta