StringImpl

Undocumented in source.

Constructors

this
this(immutable(T)[] input)
Undocumented in source.
this
this(typeof(this) n)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

opAssign
void opAssign(inout(T)[] n)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(typeof(this) n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(S other)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
typeof(this) opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
typeof(this) opSlice(size_t low, size_t high)
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.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
auto 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
auto front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
idup
typeof(this) idup [@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.
opIndex
size_t opIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handler
Handler handler;
Undocumented in source.
large
StringPayload!T* large;
Undocumented in source.
len
ptrdiff_t len;
Undocumented in source.
offset
ptrdiff_t offset;
Undocumented in source.
small
T[SmallSize] small;
Undocumented in source.

Meta