WriteBuffer

Undocumented in source.

Constructors

this
this(T[] array)
Undocumented in source.

Members

Functions

put
void put(const(T)[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
slice
T[] slice(T* start)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

limit
T* limit;
Undocumented in source.
next
T* next;
Undocumented in source.

Meta