Configuration

Undocumented in source.

Members

Functions

replace
string[] replace(Configuration newConfig)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceAllSections
string[] replaceAllSections(JSONValue[] settings)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceSection
string[] replaceSection(D newD)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceSection
string[] replaceSection(DFmt newDfmt)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceSection
string[] replaceSection(Editor newEditor)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceSection
string[] replaceSection(DScanner newDscanner)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceSection
string[] replaceSection(Git newGit)
Undocumented in source. Be warned that the author may not have intended to support it.
stdlibPath
string[] stdlibPath(string cwd)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

D
struct D
Undocumented in source.
DFmt
struct DFmt
Undocumented in source.
DScanner
struct DScanner
Undocumented in source.
Editor
struct Editor
Undocumented in source.
Git
struct Git
Undocumented in source.

Variables

d
D d;
Undocumented in source.
dfmt
DFmt dfmt;
Undocumented in source.
dscanner
DScanner dscanner;
Undocumented in source.
editor
Editor editor;
Undocumented in source.
git
Git git;
Undocumented in source.

Meta