Cybuf

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(size_t length, Handler handler)
Undocumented in source.
this
this(T[] buf, size_t place, size_t size)
Undocumented in source.

Members

Aliases

Handler
alias Handler = void delegate(T value)
Undocumented in source.

Functions

opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t index)
Undocumented in source.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T elem)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T[] elems)
Undocumented in source. Be warned that the author may not have intended to support it.
rawBuf
T[] rawBuf()
Undocumented in source. Be warned that the author may not have intended to support it.
setHandler
void setHandler(Handler h)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
T back [@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.
front
T front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
Cybuf!T save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta