BitmappedBlockWithInternalPointers.this

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

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

Meta