The OpenD Programming Language

Scalar.value

Unquoted string.

.CsvReader.Scalar.wasQuoted is set, then the value refers .CsvRow.buffer and valid only until the next quoted string is produced.

struct Scalar
const(char)[] value;

Meta