Buffer

Undocumented in source.

Members

Functions

capacity
size_t capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
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(R itemRange)
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.
stealthPut
void stealthPut(T item)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buf
T[] buf;
Undocumented in source.

Meta