workspaced.helpers

Undocumented in source.

Members

Functions

determineIndentation
string determineIndentation(const(char)[] code)
Undocumented in source. Be warned that the author may not have intended to support it.
endsWithKeyword
bool endsWithKeyword(const(char)[] code, string keyword)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOfKeyword
ptrdiff_t indexOfKeyword(const(char)[] 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.
isIdentifierSeparatingChar
bool isIdentifierSeparatingChar(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
stripLineEndingLength
int stripLineEndingLength(const(char)[] code)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta