Variable IniLikeFile.WriteOptions.preserveComments

Whether to preserve comments (lines that starts with '#') on saving.

struct IniLikeFile.WriteOptions
{
  // ...
  std.typecons.Flag!("preserveComments") preserveComments = cast(Flag)true;
  // ...
}