NbuffChunk

Undocumented in source.

Constructors

this
this(UniquePtr!MutableMemoryChunk c, size_t l)
Undocumented in source.
this
this(string s)
Undocumented in source.
this
this(immutable(ubyte)[] s)
Undocumented in source.

Members

Functions

back
auto back()
Undocumented in source. Be warned that the author may not have intended to support it.
data
auto data()
Undocumented in source. Be warned that the author may not have intended to support it.
dump
string dump()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto front()
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T other, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
auto opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
auto opEquals(const(ubyte)[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
NbuffChunk opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popBackN
void popBackN(size_t n)
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.
popFrontN
void popFrontN(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
save
NbuffChunk save()
Undocumented in source. Be warned that the author may not have intended to support it.
size
auto size()
Undocumented in source. Be warned that the author may not have intended to support it.
toLower
string toLower()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toUpper
string toUpper()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta