- assertEqual
void assertEqual(string expected, string actual)
Undocumented in source. Be warned that the author may not have intended to support it.
- bigEndianSetUshort
void bigEndianSetUshort(ubyte* bytes, ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
- dcpy
void dcpy(void* destination, ubyte[] source)
Undocumented in source. Be warned that the author may not have intended to support it.
- dcpy
void dcpy(void* destination, char[] source)
Undocumented in source. Be warned that the author may not have intended to support it.
- debugChar
string debugChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultAllocator
ubyte[] defaultAllocator(ubyte[] oldBuffer, size_t newLength, bool copy)
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultDeallocator
void defaultDeallocator(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- endTest
void endTest(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- escape
inout(char)[] escape(inout(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- escape
string escape(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- readFullSize
void readFullSize(File file, char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- startTest
void startTest(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- trimNewline
void trimNewline(inout(char)[]* line)
Undocumented in source. Be warned that the author may not have intended to support it.
- tryParseFields
string tryParseFields(T fields, C[] line)
Used to parse the fields in <i>line</i> to the <i>fields</i> sink.
line is a single line without the line ending character.
returns error message on error
- tryReadFullSize
bool tryReadFullSize(File file, char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeSection
void writeSection(string name)
Undocumented in source. Be warned that the author may not have intended to support it.