CsvReader.Scalar

CSV cell element

Members

Variables

error
Error error;
isScopeAllocated
bool isScopeAllocated;

If the flag is true the .CsvReader.Scalar.value member refers the .CsvRow.buffer the original text, otherwise it .

value
const(char)[] value;

Unquoted string.

wasQuoted
bool wasQuoted;
Undocumented in source.

Meta