Buffer

Undocumented in source.

Members

Functions

back
T back()
Undocumented in source. Be warned that the author may not have intended to support it.
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
inout(T[]) data()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t at)
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.
unput
void unput(size_t numItems)
Undocumented in source. Be warned that the author may not have intended to support it.
voidPut
T[] voidPut(size_t howMany)

Increases length and returns void-initialized slice to be filled by user

Variables

buf
T[] buf;
Undocumented in source.

Meta