dparse.stack_buffer

Types 2

Fields
void[8 * 16] stackSpace
void[] arr
uint _length
Methods
bool put(T)(T t)
inout(void[]) opSlice() inout pure nothrow @nogc @safe return scope
uint length() const pure nothrow @nogc @safe @property
void clear()
Destructors
structTypedStackBuffer(T) if (__traits(isPOD, T))
Fields
Methods
void push(T value) @trusted
void opOpAssign(string op : "~")(T value)
inout(T) back() ref inout pure nothrow @nogc @safe @property
void popBack() pure nothrow @nogc @safe @property
bool empty() const pure nothrow @nogc @safe @property
uint length() const pure nothrow @nogc @safe @property