ReportCSV

Report mutations in a format easily imported to Excel like software.

@safe final
class ReportCSV : ReportEvent {
Mutation.Kind[] kinds;
ReportLevel report_level;
FilesysIO fio;
Writer writer;
}

Meta