CirularQueue.this

Undocumented in source.
  1. this(uint size)
  2. this(uint size, Allocator alloc)
    struct CirularQueue(T, Allocator = GCAllocator, bool autoExten = false, bool addInGC = true)
    static if(!StaticAlloc!Allocator)
    this
    (
    uint size
    ,
    Allocator alloc
    )
    if (
    is(T == Unqual!T)
    )

Meta