The OpenD Programming Language

CyclicBuffer.this

No default construction if an allocator must be provided.

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

Meta