NullBuffer

A buffer that discards all data written to it and always returns empty slice.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

alloc
T[] alloc(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
commit
void commit(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
consume
void consume(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
peek
const(T)[] peek()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta