CsvReader.front

@property auto front()

Part of an input range as defined by

isInputRange.

Returns

If Contents is a struct, will be filled with record data.

If Contents is a class, will be filled with record data.

If Contents is a associative array, will be filled with record data.

If Contents is non-struct, a CsvRecord will be returned.