Writer

Undocumented in source.
package @nogc nothrow
struct Writer {}

Members

Variables

buf
ubyte* buf;
Undocumented in source.
cap
int cap;
Undocumented in source.
fail
bool fail;
Undocumented in source.
io
Write io;
Undocumented in source.
n
int n;
Undocumented in source.

Meta