ConfigList

Parse a list from a file in the format:

# comment
One item per line # you can have inline comments too

Comment character can be customized as the second argument to constructor It will automatically strip spaces in the processed lines

Constructors

this
this(string inBuffer, bool stripSpaces, string commentChar)
Undocumented in source.

Members

Functions

canFind
bool canFind(string x)
Undocumented in source. Be warned that the author may not have intended to support it.
lenght
ulong lenght()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string opIndex(ulong key)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

items
string[] items;
Undocumented in source.

Meta