Buffer

Undocumented in source.

Constructors

this
this(U[] data)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

toString
alias toString = data!string
Undocumented in source.

Functions

opSlice
Buffer!T opSlice(size_t m, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
put
auto put(U[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
auto ref back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
data
auto data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
auto empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto ref front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
auto opDollar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
size_t opIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popBackN
size_t popBackN [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFrontN
size_t popFrontN [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
auto save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta