CirularQueue.this

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

Parameters

size uint

the queue init size.

Meta