Function iniLikeFileReader
Convenient function for reading ini-like contents from the file.
auto IniLikeReader!(std.stdio.File.ByLineCopy!(immutable(char),char).ByLineCopy) iniLikeFileReader
(
string fileName
) @trusted;
Throws
ErrnoException if file could not be opened.