Text

Undocumented in source.
@nogc
struct Text {
protected @nogc
char[] str;
protected @nogc
size_t index;
}

Constructors

this
this(Text _surrender)

This takes over the overship of the data

Destructor

A destructor is present on this object, but not explicitly documented in the source.