The OpenD Programming Language

CyclicBuffer.this

Use the given allocator for allocations.

  1. this()
  2. this(Allocator allocator)
    struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    nothrow pure @safe @nogc
    static if(stateSize!Allocator != 0)
    this
    (
    Allocator allocator
    )

Meta