BitmappedBlockWithInternalPointers.this

Constructors accepting desired capacity or a preallocated buffer, similar in semantics to those of BitmappedBlock.

  1. this(ubyte[] data)
    struct BitmappedBlockWithInternalPointers(size_t theBlockSize, uint theAlignment = platformAlignment, ParentAllocator = NullAllocator)
    this
    (
    ubyte[] data
    )
  2. this(size_t capacity)

Meta