Text

Undocumented in source.

Constructors

this
this(size_t size)
Undocumented in source.
this
this(const(char[]) _str)
Undocumented in source.
this
this(Text _surrender)

This takes over the overship of the data

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

serialize
alias serialize = opSlice
Undocumented in source.

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
expropriate
char[] expropriate()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Text opCall(const(char[]) cat)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Text opCall(T num, size_t base)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
char opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(const(char[]) cat)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
string opSlice(size_t from, size_t to)
Undocumented in source.
opSlice
string opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

index
size_t index;
Undocumented in source.
str
char[] str;
Undocumented in source.

Meta