FixedBuffer

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

Manifest constants

capacity
enum capacity;
Undocumented in source.

Variables

buf
T[buf_size] buf;
Undocumented in source.

Meta