tame.buffer

Undocumented in source.

Members

Functions

asOutputRange
auto asOutputRange(T* t)
Undocumented in source. Be warned that the author may not have intended to support it.
stackBuffer
auto stackBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
tempBuffer
TempBuffer!T tempBuffer(void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

maxAlloca
enum maxAlloca;
Undocumented in source.

Structs

FixedBuffer
struct FixedBuffer(size_t LEN, T = char)
Undocumented in source.
StackBuffer
struct StackBuffer(size_t size)
Undocumented in source.
StackBufferEntry
struct StackBufferEntry(T)
Undocumented in source.
TempBuffer
struct TempBuffer(T)
Undocumented in source.

Meta