AppendableBuffer.this

Constructs the buffer using the given initial capacity and allocation strategy. No memory is allocated yet.

  1. this()
  2. this(uint initialCapacity, BufferAllocationStrategy allocationStrategy)
    struct AppendableBuffer(T)

Parameters

initialCapacity uint

The capacity of the buffer.

allocationStrategy BufferAllocationStrategy

The strategy for memory allocation.

Meta