StaticBuf

Output range which writes to a static buffer.

Members

Functions

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

Variables

buf
T[size] buf;

The buffer.

pos
size_t pos;

Current position.

Meta