Variable IniLikeFile.ReadOptions.preserveComments
Whether to preserve comments on reading.
struct IniLikeFile.ReadOptions
{
// ...
std .typecons .Flag!("preserveComments") preserveComments
= cast(Flag)true;
// ...
}