BoundedStack.this

Undocumented in source.
  1. this(size_t bufferSize)
    struct BoundedStack(T, size_t staticBufferSize = size_t.max)
    pure nothrow @safe
    static if(staticBufferSize == size_t.max)
    this
    (
    size_t bufferSize
    )
  2. this(T[] buffer)

Meta