- determineIndentation
string determineIndentation(string code)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOfKeyword
ptrdiff_t indexOfKeyword(string code, string keyword, ptrdiff_t start)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIdentifierChar
bool isIdentifierChar(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- stripLineEndingLength
int stripLineEndingLength(string code)
Undocumented in source. Be warned that the author may not have intended to support it.