RecordWriter.this

ctor with filename and header

struct RecordWriter(RecType)
this
(
string fn
,
string header = ""
)
if (
__traits(hasMember, RecType, "toString")
)

Meta