CSV.RowDg

Type of delegate which receives parsed CSV rows.

class CSV
alias RowDg = bool delegate(cstring[] fields)

Meta