tharsis.prof.csv

CSV serialization.

Members

Functions

csvEventRange
auto csvEventRange(Range input)

Get a CSVEventRange parsing character data from input.

writeCSVTo
void writeCSVTo(ERange events, ORange output)

Write Events from a range to CSV.

Structs

CSVEventRange
struct CSVEventRange(Range)

A range that parses CSV data from a character range (string, file, etc.) and lazily generates Events.

Variables

isCharOutput
enum bool isCharOutput(R);

Determines if R is an output range of characters (of any character type).

Meta