LimitedScopeBuffer

Fixed maximum number of items on the stack. Memory is a static stack buffer. This buffer can be filled up and cleared for reuse.

Members

Functions

opSlice
inout(T)[] opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property setter]
Undocumented in source.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
inout(T)* ptr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta