AOutputBuf

Adaptive Output Buffer

Constructors

this
this(Stream array)
Undocumented in source.

Alias This

buf

Members

Functions

opOpAssign
const(Stream) opOpAssign(U rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
const(Stream) opOpAssign(inout(T[]) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
T[] opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
T[] opSlice(size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

buf
Stream buf [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
buf
const(Stream) buf [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arr
Stream* arr;
Undocumented in source.

Meta