File.getCsvLine

Returns the next value of the file in CSV (Comma Separated Values) format. You can pass a different delimiter to use other than the default "," (comma).

struct File
@nogc nothrow const
PoolStringArray
getCsvLine
(
StringArg0
)
(
in StringArg0 delim = ","
)

Meta