CsvHelper
CsvHelper copied to clipboard
Feat: ref struct Enumerable
A readonly ref struct could be used as the record type to utilize ReadOnlySpan<char> to map column values directly without copies.
If the encoding or escape requires a copy an internal buffer could be used to store the value.
The iterator could be simply provided by a ref struct CsvRecordEnumerable like it is done in
ReadOnlySpanEnumerable