tryParseFields

Used to parse the fields in <i>line</i> to the <i>fields</i> sink. line is a single line without the line ending character. returns error message on error

string
tryParseFields
(
string comment = "#"
T
C
)
(,
C[] line
)
if (
isOutputRange!(T, C)
)

Meta