Buffer

Undocumented in source.

Members

Functions

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

Variables

buf
T[] buf;
Undocumented in source.
length
size_t length;
Undocumented in source.

Meta