FixedBuffer

Undocumented in source.

Constructors

this
this(T[] rhs)
this(F oFunc)

constructor

Alias This

buf

Members

Aliases

OutputFunc
alias OutputFunc = void delegate(in T[]) @(nogc)
Undocumented in source.
length
alias length = pos
Undocumented in source.

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
auto flush()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(T[] rhs)

assignment

opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(S rhs)
auto ref opOpAssign(void[] rhs)

append

Properties

data
T[] data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buf
T[LEN] buf;
Undocumented in source.
outputFunc
OutputFunc outputFunc;
Undocumented in source.
pos
size_t pos;
Undocumented in source.

Meta