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

moveToFront
void moveToFront()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
opBinary
typeof(this) opBinary(S other)
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.

Properties

back
T back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dup
typeof(this) dup [@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.
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
Handler.Payload* 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