AnsiTextStackImplementation.AnsiTextStackImplementation

Undocumented in source.
template AnsiTextStackImplementation(size_t Capacity)
mixin template AnsiTextStackImplementation () {}

Members

Functions

asStackSlice
char[] asStackSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
asStackSliceCopy
char[Capacity] asStackSliceCopy(size_t lengthInUse)
Undocumented in source. Be warned that the author may not have intended to support it.
newSlice
char[] newSlice(size_t minLength)
Undocumented in source. Be warned that the author may not have intended to support it.
toSink
void toSink(Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

Features
enum Features;
Undocumented in source.

Meta