gtk-d ~Gtk2 (2022-05-05T07:07:42.3116063)
Dub
Repo
IndentedStringBuilder
utils
IndentedStringBuilder
Undocumented in source.
class
IndentedStringBuilder {
string
tabs
;
this
(string t);
this
();
string
format
(string[] lines);
void
setIndent
(string t);
}
Constructors
this
this
(string t)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Functions
format
string
format
(string[] lines)
Formats the input lines while keeping track of indentation
setIndent
void
setIndent
(string t)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
tabs
string
tabs
;
Undocumented in source.
Meta
Source
See Implementation
utils
IndentedStringBuilder
classes
IndentedStringBuilder