- arrayRange
string arrayRange(char min, char max, string initializer)
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.
- byLine
auto byLine(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- byLine
auto byLine(CharReader reader, char[] buffer, BufferTooSmall tooSmall)
Undocumented in source. Be warned that the author may not have intended to support it.
- byLines
auto byLines(File file, char[] buffer, BufferTooSmall tooSmall)
Undocumented in source. Be warned that the author may not have intended to support it.
- byLines
auto byLines(CharReader reader, char[] buffer, BufferTooSmall tooSmall)
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.
- escape
string escape(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- escape
string escape(dchar c)
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.
- hexchar
char hexchar(ubyte b)
Undocumented in source.
- implement
void implement(string feature, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
- prettyTime
string prettyTime(float millis)
Undocumented in source. Be warned that the author may not have intended to support it.
- rangeInitializers
string rangeInitializers(string[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- rangeInitializersCurrent
string rangeInitializersCurrent(string[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- rangeInitializersNext
string rangeInitializersNext(string[] s)
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.
- stdTimeMillis
float stdTimeMillis(long stdTime)
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.